diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-08 17:43:04 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-08 17:43:04 +0200 |
| commit | 6acf1f0695d3da227181708e9b98e970f2649bf5 (patch) | |
| tree | 29fb583e16671bacf2c0af18aa01561f376fffd7 | |
| parent | 2821c71cdbe255d25d983924206b1736bda0e042 (diff) | |
renamed sidebar to blog_sidebar
| -rw-r--r-- | blog/templates/blog_base.html.j2 | 2 |
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> |
