correct plural, bad use of hyphen-minus in theme templates
[Ultimately_Untrue_Thought.git] / theme / templates / page.html
index 220266d..000ea7a 100644 (file)
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
-{% block title %}{{ page.title }}- {{ SITENAME }}{% endblock %}
+{% block title %}{{ page.title }} • {{ SITENAME }}{% endblock %}
 
 {% block content %}
 
 <h1>{{ page.title }}</h1>
-{{ page.content }}             
+{{ page.content }}
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}