aboutsummaryrefslogtreecommitdiffstats
path: root/photowall/templates/article_infos.html
diff options
context:
space:
mode:
Diffstat (limited to 'photowall/templates/article_infos.html')
-rw-r--r--photowall/templates/article_infos.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/photowall/templates/article_infos.html b/photowall/templates/article_infos.html
new file mode 100644
index 0000000..0bca8ca
--- /dev/null
+++ b/photowall/templates/article_infos.html
@@ -0,0 +1,9 @@
+ <abbr class="published" title="{{ article.date.isoformat() }}">
+ {{ article.locale_date }}
+ </abbr>
+ {% if article.modified %}
+ <br />
+ <abbr class="modified" title="{{ article.modified.isoformat() }}">
+ Updated: {{ article.locale_modified }}
+ </abbr>
+ {% endif %}