diff options
Diffstat (limited to 'blog/templates/index.html.j2')
| -rw-r--r-- | blog/templates/index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/index.html.j2 b/blog/templates/index.html.j2 index b3ed4e5..0047097 100644 --- a/blog/templates/index.html.j2 +++ b/blog/templates/index.html.j2 @@ -1,4 +1,4 @@ -{% extends "base.html.j2" %} +{% extends "blog_base.html.j2" %} {% block content %} {% for post in posts %} {% if loop.first %} |
