aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 16:14:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 16:14:27 +0100
commit8bee5baf5a1a247a67c5a340778837e26bfffabe (patch)
treecf1bd875b4f05b933c9712d87a1c486e65c4646f /templates/post.html
parent1f58fd44a4cfaaac59c2a9c0104905c04168c238 (diff)
downloadmitjafelicijan.com-8bee5baf5a1a247a67c5a340778837e26bfffabe.tar.gz
Fixed indentations
Diffstat (limited to 'templates/post.html')
-rwxr-xr-xtemplates/post.html2
1 files changed, 1 insertions, 1 deletions
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 @@
8 <h1>{{ .Page.Title }}</h1> 8 <h1>{{ .Page.Title }}</h1>
9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}, on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></p> 9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}, on <a href="{{ .Config.BaseURL }}">{{ .Config.Title }}'s blog</a></p>
10 <div> 10 <div>
11 {{ .Page.HTML }} 11 {{ .Page.HTML }}
12 </div> 12 </div>
13</section> 13</section>
14{{ end }} 14{{ end }}