diff --git a/content/pages.html b/content/pages.html index 3e1d64e..7b93ca5 100644 --- a/content/pages.html +++ b/content/pages.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content_title %} -
[|]
#pages#
+
[ | ]
#pages#
| {{ SITENAME }} {% endblock %} diff --git a/theme/templates/page.html b/theme/templates/page.html index 8fcac07..171a234 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content_title %} -
[|]
{{ page.title }}
+
[ | ]
{{ page.title }}
| {{ SITENAME }} {% endblock %}