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 }}