From 353fb202055ea7a2127fa0b3d1096ed36b60927a Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 24 Nov 2022 03:50:59 -0500 Subject: Update base.html --- templates/blog/partials/base.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index be190670..7438607c 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -68,7 +68,12 @@
- +
{% include 'blog/partials/sidebar.html' %}
{% block content %} {% endblock %}
{% block content %} {% endblock %}
-- cgit v1.2.3