correct plural, bad use of hyphen-minus in theme templates
[Ultimately_Untrue_Thought.git] / theme / templates / tag.html
index c4181ac..a129a59 100644 (file)
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
-{% block title %}{{ tag }} - {{ SITENAME }}{% endblock %}
+{% block title %}{{ tag }}  {{ SITENAME }}{% endblock %}
 
 {% block content %}
 
-<h1>Post tagged: {{ tag }}</h1>
+<h1>Posts tagged: {{ tag }}</h1>
 
 {% 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 %}