diff options
author | Alan Pearce | 2023-04-18 14:53:30 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 14:53:30 +0200 |
commit | c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0 (patch) | |
tree | 988cee910507c521d83080cc36a7c2e1665451ef /templates/index.html | |
parent | 4df500c33f3d3ba7b9387a2bc0447850a04d15c8 (diff) | |
download | zola-bearblog-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.lz zola-bearblog-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.tar.zst zola-bearblog-c78a3f2301caa3dc4c03d3b2a75f4f003e5863d0.zip |
Reformat templates
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 31710be..519bf5f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main %} -<content> - {{ section.content | safe }} -</content> + <content> + {{ section.content | safe }} + </content> {% endblock %} |