diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-26 12:09:18 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-26 12:09:18 +0100 |
| commit | 17b4d15612cb0180efd387739e8df66dd999d3ae (patch) | |
| tree | 205b1eaefa99023f76bc7b004f9412c29eec62f6 /template/index.html | |
| parent | 0cf6622ab6d5a3d52d614e963b9a28aee72d5b41 (diff) | |
| download | mitjafelicijan.com-17b4d15612cb0180efd387739e8df66dd999d3ae.tar.gz | |
Fixed dates in RSS
Diffstat (limited to 'template/index.html')
| -rwxr-xr-x | template/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/index.html b/template/index.html index 4e3b623..7727f3b 100755 --- a/template/index.html +++ b/template/index.html | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | <ul class="post-list"> | 22 | <ul class="post-list"> |
| 23 | {{range $index, $post := .Posts}} | 23 | {{range $index, $post := .Posts}} |
| 24 | <li> | 24 | <li> |
| 25 | <time>{{.Created}}</time> | 25 | <time>{{.CreatedFormatted}}</time> |
| 26 | 26 | ||
| 27 | <a href="/{{$post.Slug}}" title="{{$post.Title}}" itemprop="url"> | 27 | <a href="/{{$post.Slug}}" title="{{$post.Title}}" itemprop="url"> |
| 28 | <h2>{{$post.Title}}</h2> | 28 | <h2>{{$post.Title}}</h2> |
