diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a2e0e71..a532c5e 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,52 +2,52 @@
- - - - - - - {{- if eq .IsPage true }} {{ .Render "meta" }} {{- end }} {{ .Hugo.Generator }} + + + + + + + {{- if eq .IsPage true }} {{ .Render "meta" }} {{- end }} {{ .Hugo.Generator }} - - - {{ if .RSSLink }} - - {{ end }} + + + {{ if .RSSLink }} + + {{ end }} -- Upcoming news... -
-- We'll have more information available soon! -
-No articles have been written yet, check back soon!
+{{ end }} \ No newline at end of file diff --git a/layouts/partials/header_homepage.html b/layouts/partials/header_homepage.html index 6f8ed53..f3b998b 100644 --- a/layouts/partials/header_homepage.html +++ b/layouts/partials/header_homepage.html @@ -1,25 +1 @@ -Cannot find override file: `./layouts/partials/header_homepage.html`
\ No newline at end of file
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
new file mode 100644
index 0000000..b48866d
--- /dev/null
+++ b/layouts/partials/navbar.html
@@ -0,0 +1,14 @@
+
\ No newline at end of file
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
new file mode 100644
index 0000000..1417dcd
--- /dev/null
+++ b/layouts/partials/sidebar.html
@@ -0,0 +1 @@
+Cannot find override file: `./layouts/partials/sidebar.html`
\ No newline at end of file