aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-03-22 18:27:12 -0500
committerfoswret <foswret@posteo.com>2026-03-22 18:27:12 -0500
commitb1c4ed512419798d876e05fe77ef94401db32935 (patch)
treecc6d8dc2988d2f3272e7688d334928718dfe18de /templates/index.html
parent73b06c31b505d1a0f2e4035c7daab0df49a25d3b (diff)
add tiling background to <html>
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 795d85a..575141f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,5 @@
{% extends "base.html" %}
{% block content %}
-<h1 class="title">
- This is a blog made with Zola.
-</h1>
+{{ section.content | safe }}
{% endblock content %}