mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
update to use configurable resource timestamp formats in webdog
This commit is contained in:
parent
57bf21a144
commit
0eabc0a797
5 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
{% block content %}
|
||||
<div class="image-full">
|
||||
<h1 class="title">{{ data.title }}</h1>
|
||||
<span class="timestamp">published {{ data.timestamp }}</span>
|
||||
<span class="timestamp">published {{ data.readable_timestamp }}</span>
|
||||
<img class="image-actual" src="{{data.cdn_file}}" alt="{{data.alt}}">
|
||||
{{ data.content | safe }}
|
||||
<p><a href="{{data.cdn_file}}">view full size image</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue