Make image timestamps even more readable

This commit is contained in:
Zoey 2022-12-16 04:23:01 -08:00
parent dd25ebfb71
commit 2114b86f65
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B
2 changed files with 18 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<div class="image-full">
<h1 class="title">{{title}}</h1>
<span class="timestamp">{{timestamp}}</span>
<span class="timestamp">Published {{timestamp}}</span>
<img class="image-actual" src="{{src}}" alt="{{alt}}">
{{#if desc}}
<p>{{desc}}</p>