diff options
Diffstat (limited to 'theme/templates/post.html')
| -rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index 780a959..8cc9e2e 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} {% block subtitle %} {{ post.title }} | {% endblock %} +{% extends "base.html" %} {% block subtitle %} {{ post.title }} - {% endblock %} {% block meta %} <meta property="og:title" content="{{ post.title }}" /> <meta property="og:url" content="{{ post.url }}" /> |
