diff options
Diffstat (limited to 'template/tag.html')
| -rwxr-xr-x | template/tag.html | 2 |
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> |
