From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- themes/PaperMod/layouts/shortcodes/ltr.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 themes/PaperMod/layouts/shortcodes/ltr.html (limited to 'themes/PaperMod/layouts/shortcodes/ltr.html') diff --git a/themes/PaperMod/layouts/shortcodes/ltr.html b/themes/PaperMod/layouts/shortcodes/ltr.html deleted file mode 100644 index 4ad7682..0000000 --- a/themes/PaperMod/layouts/shortcodes/ltr.html +++ /dev/null @@ -1,15 +0,0 @@ -{{ $.Scratch.Set "md" false }} - -{{ if .IsNamedParams }} -{{ $.Scratch.Set "md" (.Get "md") }} -{{ else }} -{{ $.Scratch.Set "md" (.Get 0) }} -{{ end }} - -
- {{ if eq ($.Scratch.Get "md") false }} - {{ .Inner }} - {{ else }} - {{ .Inner | markdownify }} - {{ end }} -
-- cgit v1.2.3