From cfa56ed5ca165a3a2e2b4bedf2076cd101935fe4 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Mon, 28 Oct 2024 20:16:15 -0500 Subject: Update layout --- layouts/_default/list.html | 2 +- layouts/_default/single.html | 5 +++-- layouts/partials/footer.html | 7 ++++++- layouts/partials/header.html | 2 +- layouts/shortcodes/recent_blog.html | 9 +++++++++ 5 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 layouts/shortcodes/recent_blog.html (limited to 'layouts') diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 45c8631..b33da49 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -13,7 +13,7 @@ diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 52e9c13..50810e9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,8 +4,9 @@ {{ define "main" }}
-

{{ .Title }}

+

{{ .Title }}

{{ .PublishDate.Format "January 2, 2006"}}
+
{{ .Content }}
@@ -13,7 +14,7 @@
Keywords: {{ range .Params.tags }} - #{{ . }} + #{{ . }} {{ end }}
{{ end }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ecf9420..b6b233a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,3 +1,8 @@
-
Mark Powers <> © 2023
+
+
Mark Powers <> © 2024
+
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 97fec62..1099258 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,7 +6,7 @@ diff --git a/layouts/shortcodes/recent_blog.html b/layouts/shortcodes/recent_blog.html new file mode 100644 index 0000000..8a4ec89 --- /dev/null +++ b/layouts/shortcodes/recent_blog.html @@ -0,0 +1,9 @@ + \ No newline at end of file -- cgit v1.2.3