From ac94f9526f069143465cad66a13bdcb0fd5b4d45 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 13 Mar 2024 20:42:04 +1100 Subject: [PATCH] Started working on sidebar for post-list --- layouts/partials/microhook-after-post-list.html | 1 + layouts/partials/sidebar.html | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 layouts/partials/microhook-after-post-list.html create mode 100644 layouts/partials/sidebar.html diff --git a/layouts/partials/microhook-after-post-list.html b/layouts/partials/microhook-after-post-list.html new file mode 100644 index 0000000..28de0f0 --- /dev/null +++ b/layouts/partials/microhook-after-post-list.html @@ -0,0 +1 @@ +{{ partial "sidebar.html" . }} \ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..4383285 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,3 @@ + \ No newline at end of file