diff options
| -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> |
