diff options
Diffstat (limited to 'blog/templates/tag.html.j2')
| -rw-r--r-- | blog/templates/tag.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/tag.html.j2 b/blog/templates/tag.html.j2 index 093f41b..951f233 100644 --- a/blog/templates/tag.html.j2 +++ b/blog/templates/tag.html.j2 @@ -1,4 +1,4 @@ -{% extends "base.html.j2" %} +{% extends "blog_base.html.j2" %} {% block page_title %}tags/{{ tag }} {{ super() }}{% endblock %} {% block page_title_short %}tags/{{ tag }}{% endblock %} {% block content %} |
