diff --git a/blogs/templates/blogs/themes/default/base.html b/blogs/templates/blogs/themes/default/base.html index ac3ed39..644b27b 100644 --- a/blogs/templates/blogs/themes/default/base.html +++ b/blogs/templates/blogs/themes/default/base.html @@ -3,7 +3,7 @@ {% block body-class %}blog-site{% endblock %} {% block html-class %}blog-site{% endblock %} -{% block page-title %}{% if blog_user.username == 'nick' %}// Nick Sergeant {% elif blog_user.username == 'blog' %}Snipt Blog{% else %}// {{ blog_user.username }}{% endif %}{% endblock %} +{% block page-title %}{% if blog_user.username == 'nick' %}// Nick Sergeant {% elif blog_user.username == 'blog' %}// Snipt Blog{% else %}// {{ blog_user.username }}{% endif %}{% endblock %} {% block page-description %}{% endblock %} {% block rochester-made %}{% endblock %} @@ -36,6 +36,21 @@ {{ sidebar.stylized|safe }} {% endif %} +
+
+
+
+ +
+
+