fixes link to 'another page'

This commit is contained in:
xirsoi 2020-03-18 15:02:23 -05:00
parent 288b967302
commit f3915b8375
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{% endif %}
{% unless page.hide_navigation == true %}
<a href="{{ site.url }}">Home</a> | <a href="/another-page/">Another Page</a>
<a href="{{ site.url }}">Home</a> | <a href="{{site.url}}\another-page.html">Another Page</a>
{% endunless %}
</section>
</div>