Add navigation bar and styling to main website

This commit is contained in:
2025-07-05 20:59:48 -04:00
parent d6273f0299
commit fe62a0927b
4 changed files with 145 additions and 13 deletions

View File

@@ -16,14 +16,9 @@
<title>{{ page.title }}</title>
</head>
<body>
{% if page.isIndexPage != 1 %}
<nav>
<a href="/" title="Home">
back to home
</a>
</nav>
{% endif %}
<header>
{% include navigation.html %}
</header>
<main>
{{ content }}
</main>