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 | |
| parent | 997fa352ffc90de537b95dafeb179da19d9c5c22 (diff) | |
added hour:minutes publish time to feeds
Diffstat (limited to 'comic')
| -rw-r--r-- | comic/issues/1/meta.json | 2 | ||||
| -rw-r--r-- | comic/templates/issue.html.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comic/issues/1/meta.json b/comic/issues/1/meta.json index 416f3d9..03dfd7f 100644 --- a/comic/issues/1/meta.json +++ b/comic/issues/1/meta.json @@ -1,6 +1,6 @@ { "title" : "The beginning", - "publish_date" : "2025-11-28", + "publish_date" : "2025-11-28 22:23", "description" : "I have like twenty comic ideas figured out but not the title of the series.", "extra_attributes": "title=\"There are no tooltip texts in this series.\"" } 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" /> |
