Update _layouts/default.html

Co-Authored-By: Casper da Costa-Luis <casper.dcl@physics.org>
This commit is contained in:
Adam Chevalier 2020-04-01 12:21:25 -05:00 committed by GitHub
parent b3270091e7
commit 52a95b535c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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