From eda92e3b59043eb7a1f032dead5c42eb1d9cd0cd Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 6 Mar 2023 19:41:36 -0500 Subject: [PATCH] minor updates --- layouts/404.html | 300 ++++++++++++++++++++++++++ layouts/_default/list.html | 31 ++- layouts/_default/single.html | 22 +- layouts/index.html | 15 +- layouts/partials/footer.html | 3 + layouts/partials/header.html | 23 ++ layouts/partials/nav.html | 2 +- layouts/partials/post.html | 47 ++--- layouts/shortcodes/audio.html | 1 + layouts/shortcodes/gif.html | 2 +- layouts/shortcodes/video.html | 1 + static/css/theme.css | 387 +++++++++++----------------------- 12 files changed, 517 insertions(+), 317 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index e69de29..a021e01 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,300 @@ + + + {{partial "head" .}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + B + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{partial "header" .}} +
+
+

Can't find what you're looking for.

+ If this is a mistake, please let me know +
+
+
+ {{partial "footer" .}} + + \ No newline at end of file diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 40c32d2..90b2b83 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -287,24 +287,19 @@ + {{partial "header" .}} +
+ {{ if .Content}} +
{{.Content}}
+ {{end}} +
+
+ {{range .Pages}} + {{partial "post" .}} + {{end}} +
- {{partial "profile" .}} - -
- - -
+
+ {{partial "footer" .}} \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cefa9d1..e9ff294 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{partial "head" .}} - + - {{partial "profile" .}} + {{partial "header" .}} +
+ {{ if .Content}} +
{{.Content}}
+ {{end}} +
+

+ Reply to this post +

+ +
+
+ {{partial "footer" .}} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 7597cca..0d7c1df 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -287,14 +287,13 @@ + {{partial "header" .}} +
+ {{ if .Content}} +
{{.Content}}
+ {{end}} +
- {{partial "profile" .}} -
- -
+ {{partial "footer" .}} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e69de29..a9cfa16 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e69de29..9a3a75d 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -0,0 +1,23 @@ +
+ +

{{.Site.Title}}

+
+ {{partial "nav" .}} + +
+ Subscribe via RSS + {{ if .Site.Params.rss}} + + + + + + {{else}} + + + + + + {{end}} +
+
\ No newline at end of file diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 5c830b4..d995ce8 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,6 +1,6 @@