summaryrefslogtreecommitdiff
path: root/templates/text.html
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-01-26 16:13:52 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:20:37 +0100
commitc4be3181b6f9dc02f6b659506706445c11d9db45 (patch)
treea6e386e7f0e92a008bbdf80cfbb55bc75dcbe4d6 /templates/text.html
parent5737068b4153ba6173206bdb05e504a41ee87d3b (diff)
Add a blog
Diffstat (limited to 'templates/text.html')
-rw-r--r--templates/text.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/text.html b/templates/text.html
index 9ba2a71..0ca19f4 100644
--- a/templates/text.html
+++ b/templates/text.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
-<section id="text">
+<section class="text single-column">
{{ section.content | safe }}
</section>