aboutsummaryrefslogtreecommitdiff
path: root/template/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-26 12:09:18 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-26 12:09:18 +0100
commit17b4d15612cb0180efd387739e8df66dd999d3ae (patch)
tree205b1eaefa99023f76bc7b004f9412c29eec62f6 /template/post.html
parent0cf6622ab6d5a3d52d614e963b9a28aee72d5b41 (diff)
downloadmitjafelicijan.com-17b4d15612cb0180efd387739e8df66dd999d3ae.tar.gz
Fixed dates in RSS
Diffstat (limited to 'template/post.html')
-rwxr-xr-xtemplate/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/post.html b/template/post.html
index 6502c3d..b59bb38 100755
--- a/template/post.html
+++ b/template/post.html
@@ -18,7 +18,7 @@
18 <article itemtype="http://schema.org/Article"> 18 <article itemtype="http://schema.org/Article">
19 <header> 19 <header>
20 <h1 itemtype="headline">{{.Title}}</h1> 20 <h1 itemtype="headline">{{.Title}}</h1>
21 <time>{{.Created}}</time> 21 <time>{{.CreatedFormatted}}</time>
22 </header> 22 </header>
23 <div> 23 <div>
24 {{.Content}} 24 {{.Content}}