X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/c2805fe1e8edf44ec898b1be88d0082d99e35dc1..f9525a7b842785cdacc1055dfbed18adabdc3297:/templates/artinfo.html diff --git a/templates/artinfo.html b/templates/artinfo.html index f7b797773..e8f10e939 100644 --- a/templates/artinfo.html +++ b/templates/artinfo.html @@ -1,6 +1,6 @@ -{% macro info(article) %} +{% macro info(article, what="h1") %}
- {{ article.title }}  + <{{what}} class="art">{{ article.title }} {{ article.author }} on {{ article.datetime.astimezone().date() }}
{% endmacro %} @@ -8,13 +8,13 @@ {% macro nav(article) %}
{% if article.older -%} - older + previous article {%- else -%} {%- endif -%} - all + view archive {%- if article.newer %} - newer + next article {%- else %} {%- endif %}