From 4333ce7ecec6be95158d33bda99d6f921c32ec15 Mon Sep 17 00:00:00 2001
From: etherware-novice <73374039+etherware-novice@users.noreply.github.com>
Date: Sat, 3 Aug 2024 13:49:22 -0500
Subject: [PATCH] adds in te webring links!
---
_includes/comicnav.html | 11 +++++++++++
_layouts/comic.html | 12 ++++++++++++
_layouts/default.html | 1 +
_sass/main.scss | 6 ++++++
4 files changed, 30 insertions(+)
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"
---
+