From d9a5d4b7edb42535fb1a534fe93993a6a92488ef Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 3 Mar 2025 13:42:13 +0100 Subject: [PATCH] remove old prismjs shortcode --- layouts/shortcodes/prismjs.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 layouts/shortcodes/prismjs.html diff --git a/layouts/shortcodes/prismjs.html b/layouts/shortcodes/prismjs.html deleted file mode 100644 index 2b138cb..0000000 --- a/layouts/shortcodes/prismjs.html +++ /dev/null @@ -1,26 +0,0 @@ -{{ $inner := replaceRE "^\r?\n" "" .Inner | string }} -{{ if len .Params | eq 0 }} -
{{ $inner }}
-{{ else }} - {{ if .IsNamedParams }} -
{{ $inner }}
- {{ else }} -
-      {{ $inner }}
-    
- {{ end }} -{{ end }}