From 5b51f4d9da25aa86b2e5ec3e62f3c09f0d8b8cf8 Mon Sep 17 00:00:00 2001 From: morph Date: Wed, 27 May 2020 00:34:21 +0200 Subject: [PATCH] bring sidebar back for single pages --- layouts/_default/single.html | 1 + layouts/partials/sidebar.html | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 layouts/partials/sidebar.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ce7a5dd..7920d00 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -17,4 +17,5 @@ {{ end }} +{{ partial "sidebar.html" . }} {{ end }} diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html new file mode 100644 index 0000000..92bbd80 --- /dev/null +++ b/layouts/partials/sidebar.html @@ -0,0 +1,14 @@ +