X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/9b3f728de99aa8ba66b98921d6067bf581d549c8..8faf6da3241dfa15c29bf27aff1e8ffef7dd1f14:/templates/article.html diff --git a/templates/article.html b/templates/article.html index 7069ca3b4..e313445cb 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,15 +1,15 @@ {% extends "base.html" %} {% block content %} -
+

{{ article.title }}  - {{ article.datetime }} by {{ article.author }}

+ {{ article.author }} on {{ article.datetime }}

{{ article.content }}

- {# - #} + #} + Archive  +

{% endblock content %}