diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-26 16:13:52 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:20:37 +0100 |
| commit | c4be3181b6f9dc02f6b659506706445c11d9db45 (patch) | |
| tree | a6e386e7f0e92a008bbdf80cfbb55bc75dcbe4d6 /templates/text.html | |
| parent | 5737068b4153ba6173206bdb05e504a41ee87d3b (diff) | |
Add a blog
Diffstat (limited to 'templates/text.html')
| -rw-r--r-- | templates/text.html | 2 |
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> |