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