From 76c251066fd34a26734bf1acdb1e041881e1c0af Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 25 Nov 2018 13:30:25 +0100 Subject: Refactor templates and partials --- layouts/posts/single.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'layouts/posts/single.html') diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 9081faa..6b0712e 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,9 +1,11 @@ {{ define "main" }}

{{ .Title }}

-
{{ .Date.Format "January 2, 2006" }}
+
+ {{ .Date.Format "January 2, 2006" }} +
{{- .Content -}}
-{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3