From c413547f032cbada5618f543a7890c29cbf82681 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 31 Mar 2022 17:07:13 -0400 Subject: nerators/hugo/layouts/shortcodes/image.rss.xml: Remove --- .../hugo/themes/tdro/layouts/shortcodes/image.rss.xml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml b/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml deleted file mode 100644 index 41244e0..0000000 --- a/generators/hugo/themes/tdro/layouts/shortcodes/image.rss.xml +++ /dev/null @@ -1,14 +0,0 @@ -{{ $imageFile := print "public" (.Get `source`) }} -{{ $image := imageConfig $imageFile }} - -{{ $ratio := 0 }} -{{ if lt (mul (div (float $image.Height) $image.Width) 100) 100 }} -{{ $ratio = mul (div (float $image.Height) $image.Width) 100 }} -{{ end }} - -
- - {{ .Get `title` }} - -
{{ .Inner | markdownify }}
-
-- cgit v1.2.3