aboutsummaryrefslogtreecommitdiff
path: root/templates/blog.html
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2026-01-29 22:47:59 -0500
committersoaos <soaos@soaos.dev>2026-01-29 22:47:59 -0500
commit328cfb85c4698f53c2fcf6b7b3e15bd469b654b3 (patch)
tree9afe2e77d2b1ce4b9798a3a61157f7fe965ffef1 /templates/blog.html
parent96b0c561c07547939e1094737e7b7e647c2db1dd (diff)
Blog post meta tagsHEADmaster
Diffstat (limited to 'templates/blog.html')
-rw-r--r--templates/blog.html5
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