X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/9ed4e3e699288c4ace76ac0a7ba02b6c73817dc3..98ffd6232ceaea94be88b6448e8c13d6cc126b33:/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 %}