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