From b179606dac7cf36c490512146ad8ce898f7800b2 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Wed, 27 Sep 2023 21:50:42 -0400 Subject: theme tweaks --- layouts/post/single.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'layouts/post') diff --git a/layouts/post/single.html b/layouts/post/single.html index 306df48..432b9df 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html @@ -1,11 +1,11 @@ {{ define "main" }} -
-
+
+

{{ .Title }}

{{ .Date | time.Format ":date_full" }}
-
-
- {{- .Content -}} -
-
-{{ end }} \ No newline at end of file +
+
+ {{- .Content -}} +
+
+{{ end }} -- cgit v1.1