From 3cba5656ef7402758aaea881f3e4a594e02e9189 Mon Sep 17 00:00:00 2001 From: ktyl Date: Thu, 23 Dec 2021 22:57:36 +0000 Subject: [PATCH] rename sidebar->nav --- src/inc_css/{sidebar.css => nav.css} | 0 src/inc_html/nav.html | 6 ++++++ src/root/about.html | 2 +- src/root/blog.html | 2 +- src/root/gallery.html | 2 +- src/root/index.html | 2 +- src/root/styles.css | 2 +- 7 files changed, 11 insertions(+), 5 deletions(-) rename src/inc_css/{sidebar.css => nav.css} (100%) create mode 100644 src/inc_html/nav.html diff --git a/src/inc_css/sidebar.css b/src/inc_css/nav.css similarity index 100% rename from src/inc_css/sidebar.css rename to src/inc_css/nav.css diff --git a/src/inc_html/nav.html b/src/inc_html/nav.html new file mode 100644 index 0000000..c7ee740 --- /dev/null +++ b/src/inc_html/nav.html @@ -0,0 +1,6 @@ +
+ +
diff --git a/src/root/about.html b/src/root/about.html index 04d3214..146814b 100644 --- a/src/root/about.html +++ b/src/root/about.html @@ -10,7 +10,7 @@ #include titlestart.html /about #include titleend.html -#include sidebarlinks.html +#include nav.html #include socials.html diff --git a/src/root/blog.html b/src/root/blog.html index 39f7d9d..0ba89a3 100644 --- a/src/root/blog.html +++ b/src/root/blog.html @@ -10,7 +10,7 @@ #include titlestart.html /blog #include titleend.html -#include sidebarlinks.html +#include nav.html #include socials.html diff --git a/src/root/gallery.html b/src/root/gallery.html index 76fe4a2..7f28824 100644 --- a/src/root/gallery.html +++ b/src/root/gallery.html @@ -10,7 +10,7 @@ #include titlestart.html /gallery #include titleend.html -#include sidebarlinks.html +#include nav.html #include socials.html diff --git a/src/root/index.html b/src/root/index.html index 87bf885..073e6b5 100644 --- a/src/root/index.html +++ b/src/root/index.html @@ -10,7 +10,7 @@ #include titlestart.html #include titleend.html -#include sidebarlinks.html +#include nav.html

#include socials.html diff --git a/src/root/styles.css b/src/root/styles.css index 7bbc79f..1041576 100644 --- a/src/root/styles.css +++ b/src/root/styles.css @@ -13,7 +13,7 @@ body { } #include title.css -#include sidebar.css +#include nav.css #include landing.css #include blog.css