X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Ftemplates%2Ftag.html;h=a129a5923ca465834914aaf447c41901f1247748;hp=c4181acb320d47b797a2470147627ee5500a3e8b;hb=45fcfbb2554da04b7fdfba29380d95dcfc02c950;hpb=72cf3c292d57fe82afb4d617bb0b5af835fb9bf2 diff --git a/theme/templates/tag.html b/theme/templates/tag.html index c4181ac..a129a59 100644 --- a/theme/templates/tag.html +++ b/theme/templates/tag.html @@ -1,9 +1,9 @@ {% extends "base.html" %} -{% block title %}{{ tag }} - {{ SITENAME }}{% endblock %} +{% block title %}{{ tag }} • {{ SITENAME }}{% endblock %} {% block content %} -

Post tagged: {{ tag }}

+

Posts tagged: {{ tag }}

{% for article in articles_page.object_list %} {% include 'article_summary.inc.html' %} @@ -11,4 +11,4 @@ {% include 'pagination.inc.html' %} -{% endblock %} \ No newline at end of file +{% endblock %}