Add pages. TK: Remove subdirectory

This commit is contained in:
Riley Wong
2024-02-19 21:20:09 -05:00
parent b6712c0810
commit f489d06b90
5 changed files with 12 additions and 39 deletions

View File

@ -21,31 +21,13 @@
</head>
<body>
{% if page.layout == 'home' %}
<a href="#main" class="skip-navigation">
Skip to list of posts
</a>
{% else %}
<a href="#main" class="skip-navigation">
Skip to content
</a>
{% endif %}
{{ content }}
{{ content }}
{% unless site.hide_search %}
{% include search.html %}
{% endunless %}
{% include menu.html %}
{% unless site.hide_credits %}
<aside class="site-credits">
<p>
<small><a href="https://github.com/patdryburgh/hitchens">Hitchens Theme</a> powered by <a href="http://jekyllrb.com">Jekyll</a></small>
</p>
</aside>
{% endunless %}
<aside class="site-credits">
<p>
<small><a href="https://github.com/patdryburgh/hitchens">Hitchens Theme</a> powered by <a href="http://jekyllrb.com">Jekyll</a></small>
</p>
</aside>
</body>
</html>
</html>