Merge pull request #36 from HatScripts/rename-gallery

Rename `all-flags` to `gallery`
This commit is contained in:
HatScripts 2021-06-23 21:17:45 +10:00 committed by GitHub
commit c0b1fc9557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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">