From 8bee5baf5a1a247a67c5a340778837e26bfffabe Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 16:14:27 +0100 Subject: Fixed indentations --- templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html index 1ed852c..a36fc53 100755 --- a/templates/post.html +++ b/templates/post.html @@ -8,7 +8,7 @@

{{ .Page.Title }}

{{ .Page.Type }}, {{ .Page.Created.Format "Jan 2, 2006" }}, on {{ .Config.Title }}'s blog

- {{ .Page.HTML }} + {{ .Page.HTML }}
{{ end }} -- cgit v1.2.3