From 2bc2c282e1e1da18af6c9ae300ec5c60167845a8 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 27 Sep 2020 14:47:25 -0700 Subject: [PATCH] Revert "Experimentally enable shortcodes" This reverts commit 5cc92d3a9dd746e54ae19004464d0899da1154ed. --- themes/vanilla/layouts/shortcodes/codelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vanilla/layouts/shortcodes/codelines.html b/themes/vanilla/layouts/shortcodes/codelines.html index 6d066f3..8e16d5c 100644 --- a/themes/vanilla/layouts/shortcodes/codelines.html +++ b/themes/vanilla/layouts/shortcodes/codelines.html @@ -14,5 +14,5 @@
From {{ path.Base (.Get 1) }}, {{ if eq (.Get 2) (.Get 3) }}line {{ .Get 2 }}{{ else }} lines {{ .Get 2 }} through {{ .Get 3 }}{{ end }}
- {{ highlight (htmlEscape (delimit $v "\n")) (.Get 0) (printf "linenos=table,linenostart=%d%s" (.Get 2) (.Scratch.Get "opts")) }} + {{ highlight (delimit $v "\n") (.Get 0) (printf "linenos=table,linenostart=%d%s" (.Get 2) (.Scratch.Get "opts")) }}