mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
Make image timestamps even more readable
This commit is contained in:
parent
80be46962d
commit
c44afa17c9
2 changed files with 18 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue