aboutsummaryrefslogtreecommitdiff
path: root/template/tag.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/tag.html
parent0cf6622ab6d5a3d52d614e963b9a28aee72d5b41 (diff)
downloadmitjafelicijan.com-17b4d15612cb0180efd387739e8df66dd999d3ae.tar.gz
Fixed dates in RSS
Diffstat (limited to 'template/tag.html')
-rwxr-xr-xtemplate/tag.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/tag.html b/template/tag.html
index 344ef0b..42e42ea 100755
--- a/template/tag.html
+++ b/template/tag.html
@@ -20,7 +20,7 @@
20 <ul class="post-list"> 20 <ul class="post-list">
21 {{range $index, $post := .Posts}} 21 {{range $index, $post := .Posts}}
22 <li> 22 <li>
23 <time>{{.Created}}</time> 23 <time>{{.CreatedFormatted}}</time>
24 24
25 <a href="/{{$post.Slug}}" title="{{$post.Title}}" itemprop="url"> 25 <a href="/{{$post.Slug}}" title="{{$post.Title}}" itemprop="url">
26 <h2>{{$post.Title}}</h2> 26 <h2>{{$post.Title}}</h2>