diff options
Diffstat (limited to 'templates/post-page.html')
| -rw-r--r-- | templates/post-page.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/post-page.html b/templates/post-page.html index bfb891c..f960398 100644 --- a/templates/post-page.html +++ b/templates/post-page.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title -%} +{{ page.title }} | {{ config.title }} +{%- endblock title %} + {% block content %} <h1 class="title"> |
