about summary refs log tree commit diff stats
path: root/themes/bear/templates/page.html
diff options
context:
space:
mode:
authorAlan Pearce2023-06-23 14:04:35 +0200
committerAlan Pearce2023-06-23 14:04:53 +0200
commitc05bd8303b53d26e5b283bc71b0153f221dca962 (patch)
treed9b2431e0c5c589fae06acd3622cccf1b5347e92 /themes/bear/templates/page.html
parent19701d1646fcf8f95c51bab60ee4aadc23ece2b5 (diff)
downloadwebsite-c05bd8303b53d26e5b283bc71b0153f221dca962.tar.lz
website-c05bd8303b53d26e5b283bc71b0153f221dca962.tar.zst
website-c05bd8303b53d26e5b283bc71b0153f221dca962.zip
Improve HTML indentation
Diffstat (limited to 'themes/bear/templates/page.html')
-rw-r--r--themes/bear/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bear/templates/page.html b/themes/bear/templates/page.html
index 393139b..001fdee 100644
--- a/themes/bear/templates/page.html
+++ b/themes/bear/templates/page.html
@@ -14,7 +14,7 @@
     {%- endif %}
   {%- endif %}
   <main id="content">
-    {{ page.content | safe }}
+    {{ page.content | trim | indent | safe }}
   </main>
   <ul class="tags">
     {%- if page.taxonomies %}