From 54f89dad51e4c9448f2cfc8d61beef936fed51fb Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 22 May 2022 19:51:16 -0500 Subject: [PATCH] Make .post-content an
instead of
--- layouts/_default/single.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e6365f1..2a7fd26 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -28,9 +28,9 @@
{{ end }} -
+
{{ .Content }} -
+
{{ partial "series-box.html" . }}