diff --git a/_includes/comicnav.html b/_includes/comicnav.html
index 8535c37..a9ae204 100644
--- a/_includes/comicnav.html
+++ b/_includes/comicnav.html
@@ -3,6 +3,17 @@
RSS
+
+{% if page.url == '/comic' %}
+
+{% endif %}
+
+
+
EXTRAS
+
+
+
{% for post in site.comic %}
{% if post.title == "comic index" %}
{% continue %}
diff --git a/_layouts/comic.html b/_layouts/comic.html
index a51c681..3d23235 100644
--- a/_layouts/comic.html
+++ b/_layouts/comic.html
@@ -2,6 +2,18 @@
layout: default
navbar: "comicnav"
---
+