aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-04-27 16:10:21 -0400
committertdro <tdro@noreply.example.com>2023-04-27 16:10:21 -0400
commitff76b0659a5d87ab71c1f47f1094dc0569dd0fa3 (patch)
treed5fceebc4a8ac155b3d06f0a139f385cb40d548b /themes
parent459e8342887ef0f986b52a9287916e5af9289a81 (diff)
downloadcanory-ff76b0659a5d87ab71c1f47f1094dc0569dd0fa3.tar.gz
canory-ff76b0659a5d87ab71c1f47f1094dc0569dd0fa3.tar.bz2
canory-ff76b0659a5d87ab71c1f47f1094dc0569dd0fa3.zip
themes/default/layouts/_default/single.plain: Remove markdownify
Best case is letting a few entities through
Diffstat (limited to 'themes')
-rw-r--r--themes/default/layouts/_default/single.plain.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/single.plain.txt b/themes/default/layouts/_default/single.plain.txt
index 36a7616..f46e495 100644
--- a/themes/default/layouts/_default/single.plain.txt
+++ b/themes/default/layouts/_default/single.plain.txt
@@ -1,3 +1,3 @@
{{- define "main" -}}
- {{- partial "function-content.html" . | plainify | markdownify | htmlUnescape -}}
+ {{- partial "function-content.html" . | plainify | htmlUnescape -}}
{{- end -}}