about summary refs log tree commit diff stats
path: root/themes
diff options
context:
space:
mode:
authorAlan Pearce2023-07-30 10:38:28 +0200
committerAlan Pearce2023-07-30 10:38:28 +0200
commit85426feafa3b77aa84159c45fa606aa075b10b64 (patch)
tree4b871275481204b5f1b9bec71fc924eb89dd3af8 /themes
parentc10f78b8d3b0591d61d4b8c7969a0e8085b558cc (diff)
downloadwebsite-85426feafa3b77aa84159c45fa606aa075b10b64.tar.lz
website-85426feafa3b77aa84159c45fa606aa075b10b64.tar.zst
website-85426feafa3b77aa84159c45fa606aa075b10b64.zip
Fix indentation of code blocks
Diffstat (limited to 'themes')
-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 001fdee..93611b5 100644
--- a/themes/bear/templates/page.html
+++ b/themes/bear/templates/page.html
@@ -14,7 +14,7 @@
     {%- endif %}
   {%- endif %}
   <main id="content">
-    {{ page.content | trim | indent | safe }}
+    {{ page.content | trim | safe }}
   </main>
   <ul class="tags">
     {%- if page.taxonomies %}