diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-01 12:47:30 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-01 12:47:30 +0200 |
| commit | 41ebb83adbb462c28ba1d686a80f273265987971 (patch) | |
| tree | e39114afaf744552592fd150549051be39a7b306 /blog/templates/index.html.j2 | |
| parent | db2f67bdd0902048a5d3faa9fe46a71c4aaa4bb3 (diff) | |
renamed blog base template
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 %} |
