diff options
| author | Botond Hende <nettingman@gmail.com> | 2026-01-01 19:34:11 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2026-01-01 19:34:11 +0100 |
| commit | 3399cf5c4f0a7a79c7903358ef1d6b024dcdfc08 (patch) | |
| tree | c44bc400c5aafc1de7739d5ad45a144ebc325f4f /comic/templates/issue.html.j2 | |
| parent | 997fa352ffc90de537b95dafeb179da19d9c5c22 (diff) | |
added hour:minutes publish time to feeds
Diffstat (limited to 'comic/templates/issue.html.j2')
| -rw-r--r-- | comic/templates/issue.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comic/templates/issue.html.j2 b/comic/templates/issue.html.j2 index 679b778..9d1b88a 100644 --- a/comic/templates/issue.html.j2 +++ b/comic/templates/issue.html.j2 @@ -39,7 +39,7 @@ <footer class="col-md-9"> <p>Permalink to this comic: <a href="{{ url }}">{{ url }}</a></p> <p>Image url: <a href="{{ url }}/comic.png">{{ url }}/comic.png</a></p> - <p>{{ issue.get_publish_time() }}</p> + <p>{{ issue.get_publish_date() }}</p> <hr> <a href="/feed.xml" class="icon-text" target="_blank"> <img src="/assets/image/rss.svg" class="svg-icon" /> |
