aboutsummaryrefslogtreecommitdiff
path: root/_layouts/layout.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/layout.html')
-rw-r--r--_layouts/layout.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/_layouts/layout.html b/_layouts/layout.html
index 7a80c91..c60dc63 100644
--- a/_layouts/layout.html
+++ b/_layouts/layout.html
@@ -6,19 +6,10 @@
<body>
{% include header.html %}
<div class="page">
- <nav>
- <ul>
- <li><a href="/">About</a></li>
- <li class='seperator'>•</li>
- <li><a href="/projects/">Projects</a></li>
- <li class='seperator'>•</li>
- <li><a href="/badges/">Badges</a></li>
- </ul>
- </nav>
<main>
{{ content }}
</main>
</div>
{% include footer.html %}
</body>
-</html> \ No newline at end of file
+</html>