diff options
author | Alan Pearce | 2023-04-26 13:31:29 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-26 13:31:29 +0200 |
commit | ae781218b47b1ec5664fef6d883b9cc96bda9ce7 (patch) | |
tree | feacc5b052c4f57e6aa56c0dd5600dff5b5daf34 /templates/page.html | |
parent | ccdba539bd37dbe83a7a8f773a6568b6ca93cd5f (diff) | |
download | website-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.html | 2 |
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 %} |