diff options
| author | soaos <soaos@soaos.dev> | 2026-01-29 22:47:59 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2026-01-29 22:47:59 -0500 |
| commit | 328cfb85c4698f53c2fcf6b7b3e15bd469b654b3 (patch) | |
| tree | 9afe2e77d2b1ce4b9798a3a61157f7fe965ffef1 /templates/blog.html | |
| parent | 96b0c561c07547939e1094737e7b7e647c2db1dd (diff) | |
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 |
