aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-04 19:29:17 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-04 19:29:17 +0200
commitc6bf53c10a72be1b5f1df4b9c3e9c7ffc91b6f47 (patch)
tree13463eb80fb7ea74a31472cbc3fbd684e91a86d3 /templates/post.html
parent42a88cbe7af7421cf672c2d11b1f50bf37c31fda (diff)
downloadmitjafelicijan.com-c6bf53c10a72be1b5f1df4b9c3e9c7ffc91b6f47.tar.gz
Added on label for post and note
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index 7b6c18e..7ba8c00 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -6,7 +6,7 @@
6{{ define "content" }} 6{{ define "content" }}
7<article itemtype="http://schema.org/Article"> 7<article itemtype="http://schema.org/Article">
8 <h1 itemtype="headline">{{ .Page.Title }}</h1> 8 <h1 itemtype="headline">{{ .Page.Title }}</h1>
9 <p><cap>{{ .Page.Type }}</cap>, {{ .Page.Created.Format "Jan 2, 2006" }}</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>