From 1c86d918a2e27198484abc768a1e1782a568e1cb Mon Sep 17 00:00:00 2001
From: etherware-novice <73374039+etherware-novice@users.noreply.github.com>
Date: Fri, 26 Jul 2024 14:38:36 -0500
Subject: [PATCH] makes the sidebar controlled by var
---
_includes/comicnav.html | 12 ++++++++++++
_includes/{navigation.html => topnav.html} | 0
_layouts/comic.html | 1 +
_layouts/default.html | 7 ++++++-
_sass/sidebar.scss | 2 +-
5 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 _includes/comicnav.html
rename _includes/{navigation.html => topnav.html} (100%)
diff --git a/_includes/comicnav.html b/_includes/comicnav.html
new file mode 100644
index 0000000..de88c6b
--- /dev/null
+++ b/_includes/comicnav.html
@@ -0,0 +1,12 @@
+back
+{% for post in site.comic %}
+ {% if post.title == "comic index" %}
+ {% continue %}
+ {% endif %}
+
+ {% if post.header %}
+