summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-08 17:43:04 +0200
committerBotond Hende <contact@wazul.moe>2026-05-08 17:43:04 +0200
commit6acf1f0695d3da227181708e9b98e970f2649bf5 (patch)
tree29fb583e16671bacf2c0af18aa01561f376fffd7 /blog
parent2821c71cdbe255d25d983924206b1736bda0e042 (diff)
renamed sidebar to blog_sidebar
Diffstat (limited to 'blog')
-rw-r--r--blog/templates/blog_base.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/templates/blog_base.html.j2 b/blog/templates/blog_base.html.j2
index 8725ff8..a1fb602 100644
--- a/blog/templates/blog_base.html.j2
+++ b/blog/templates/blog_base.html.j2
@@ -34,7 +34,7 @@ CgggbU8OU qOp qOdoUOdcb
{% block content required %}{% endblock %}
</main>
<aside class="col-md-3">
- {% include 'sidebar.html.j2' %}
+ {% include 'blog_sidebar.html.j2' %}
</aside>
</div>
</div>