diff options
Diffstat (limited to 'templates/blog.html')
| -rw-r--r-- | templates/blog.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/blog.html b/templates/blog.html index ff44e08..e454299 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,4 +1,5 @@ -{% extends "base.html" %} {% block content %} +{% extends "base.html" %} +{% block content %} <div class="window"> <div class="title-bar"> <div class="title-bar-text">📖 Blog</div> @@ -33,4 +34,4 @@ </div> </div> </div> -{% endblock content %} +{% endblock content %}
\ No newline at end of file |
