Use site.baseurl shortcut for the gallery link
This commit is contained in:
parent
94016f4257
commit
e259343f68
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
||||
{% endif %}
|
||||
<a href="https://hatscripts.github.io/circle-flags/all-flags.html" class="btn">Gallery</a>
|
||||
<a href="{{ site.baseurl }}/all-flags.html" class="btn">Gallery</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
|
|
|
|||
Loading…
Reference in a new issue