diff options
Diffstat (limited to 'templates/posts.html')
| -rw-r--r-- | templates/posts.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/posts.html b/templates/posts.html index dfe0001..5b78c59 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -1,5 +1,10 @@ {% extends "base.html" %} +{% block title -%} +{{ section.title }} | {{ config.title }} +{%- endblock title %} + + {% block content %} <h3 class="title"> {{ section.title }} |
