diff options
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" /> |
