From 2bea76c7f07d2b8fc7cae3ada97601e3eb665dd1 Mon Sep 17 00:00:00 2001 From: Ryan Stafford Date: Wed, 26 Jul 2023 21:27:53 -0400 Subject: [PATCH] fix expando classname spacing. fixes #42 --- templates/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/post.html b/templates/post.html index a562c4c..5bdd3ab 100644 --- a/templates/post.html +++ b/templates/post.html @@ -33,7 +33,7 @@ {{ rmmarkdown .Post.Name }} ({{ domain . }}) -
+
submitted {{ humanize .Post.Published.Time -}} @@ -106,7 +106,7 @@
-
+
{{ if (and .Post.Body.IsValid (ne .Post.Body.String "")) }}
{{ markdown .State.Host .Post.Body.String }}
{{ end }}