diff options
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index 7a53b78..fb7afa9 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block subtitle %} - {{ post.title }} + {{ post.title }} | {% endblock %} {% block main %} <article role="article"> |