diff options
author | Alan Pearce | 2023-07-30 10:38:28 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-30 10:38:28 +0200 |
commit | 85426feafa3b77aa84159c45fa606aa075b10b64 (patch) | |
tree | 4b871275481204b5f1b9bec71fc924eb89dd3af8 | |
parent | c10f78b8d3b0591d61d4b8c7969a0e8085b558cc (diff) | |
download | website-85426feafa3b77aa84159c45fa606aa075b10b64.tar.lz website-85426feafa3b77aa84159c45fa606aa075b10b64.tar.zst website-85426feafa3b77aa84159c45fa606aa075b10b64.zip |
Fix indentation of code blocks
-rw-r--r-- | themes/bear/templates/page.html | 2 |
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 %} |