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 }}