Merge pull request #36 from HatScripts/rename-gallery
Rename `all-flags` to `gallery`
This commit is contained in:
commit
c0b1fc9557
3 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ For example, the following code:
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/ru.svg" width="48">
|
||||||
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
<img src="https://hatscripts.github.io/circle-flags/flags/us.svg" width="48">
|
||||||
|
|
||||||
To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/all-flags.html).
|
To view all the available flags, check [the gallery](https://hatscripts.github.io/circle-flags/gallery).
|
||||||
|
|
||||||
### React
|
### React
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
||||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ site.baseurl }}/all-flags.html" class="btn">Gallery</a>
|
<a href="{{ site.baseurl }}/gallery" class="btn">Gallery</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main id="content" class="main-content" role="main">
|
<main id="content" class="main-content" role="main">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue