From 1b5ff4d378d0bc7b74498426658b78368293dc81 Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 12 Mar 2025 22:42:42 +0000 Subject: [PATCH] fix: recent posts --- layouts/index.html | 3 +++ layouts/partials/recentPosts.html | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 layouts/partials/recentPosts.html diff --git a/layouts/index.html b/layouts/index.html index f51bc79..caa6e3b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,6 +16,9 @@
{{- block "aside" . }}{{- end }}{{partial "allTags.html" . -}}
+
+ {{- block "aside" . }}{{- end }}{{partial "recentPosts.html" . -}} +
diff --git a/layouts/partials/recentPosts.html b/layouts/partials/recentPosts.html new file mode 100644 index 0000000..a367890 --- /dev/null +++ b/layouts/partials/recentPosts.html @@ -0,0 +1,6 @@ +

Recent Posts

+