diff --git a/templates/_tag.html b/templates/_tag.html index 59ca16b..955fc6d 100644 --- a/templates/_tag.html +++ b/templates/_tag.html @@ -68,6 +68,11 @@ } main { + h2 { + text-align: center; + text-transform: uppercase; + } + & ul.tags { list-style: none; padding-left: 0; @@ -301,18 +306,19 @@ {% include "nav.html" %} - {{ app.title }} / {{ tag }} + {{ app.title }} {{ app.description }} - {% if tags is defined%} + Back + {{ tag }} {% for thread in threads %} {% with is_tag=tag!=None, thread=thread, parent_id=thread.id, is_thread=threads|length > 1, server=app.server %} {% include "card.html" %} diff --git a/templates/card.html b/templates/card.html index 392f5b1..e9904cc 100644 --- a/templates/card.html +++ b/templates/card.html @@ -8,9 +8,9 @@ - + {{thread.account.display_name | safe}} - +
{{ app.description }}