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" --- +
+
+ +
+ + + + + + +
+

{{ page.title }}

{{ page.name }}

diff --git a/_layouts/default.html b/_layouts/default.html index 9467d1c..1285424 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,6 +7,7 @@ navbar: topnav {{ page.title }} + diff --git a/_sass/main.scss b/_sass/main.scss index 11a9cdf..db012c6 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -69,3 +69,9 @@ img { align-items: center; justify-content: center; } + +#webring-disp { + display: flex; + background-color: white; + justify-content: center; +}