Make image timestamps even more readable

This commit is contained in:
Zoey 2022-12-16 04:23:01 -08:00
parent 80be46962d
commit c44afa17c9
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>