aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html
index 71d81b3..ba2afdb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,17 +16,7 @@
</head>
<body>
-
<main>
- <nav class="main-nav">
- <ul>
- <li><a href="/">Home</a></li>
- <li><a href="/blog">Blog</a></li>
- <li><a href="/notes">Notes</a></li>
- <li><a href="https://git.fcuny.net">Code</a></li>
- </ul>
- </nav>
-
{% block content %}{% endblock content %}
</main>
</body>