about summary refs log tree commit diff stats
path: root/templates/page.html
diff options
context:
space:
mode:
authorAlan Pearce2023-04-26 13:31:29 +0200
committerAlan Pearce2023-04-26 13:31:29 +0200
commitae781218b47b1ec5664fef6d883b9cc96bda9ce7 (patch)
treefeacc5b052c4f57e6aa56c0dd5600dff5b5daf34 /templates/page.html
parentccdba539bd37dbe83a7a8f773a6568b6ca93cd5f (diff)
downloadwebsite-ae781218b47b1ec5664fef6d883b9cc96bda9ce7.tar.lz
website-ae781218b47b1ec5664fef6d883b9cc96bda9ce7.tar.zst
website-ae781218b47b1ec5664fef6d883b9cc96bda9ce7.zip
Fix spacing of code examples
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index 48b920e..89de955 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -16,7 +16,7 @@
     {%- endif %}
   {%- endif %}
   <main>
-    {{ page.content | indent | safe }}
+    {{ page.content | safe }}
   </main>
   <p>
     {%- if page.taxonomies %}