From 51fb029ca27d67d7cd67352cdede45e5b25868f7 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 14 Aug 2022 19:01:21 +0200 Subject: switch back to LoveIt, other theme is deprectated --- themes/CodeIT/layouts/partials/rss/item.html | 43 ---------------------------- 1 file changed, 43 deletions(-) delete mode 100644 themes/CodeIT/layouts/partials/rss/item.html (limited to 'themes/CodeIT/layouts/partials/rss') diff --git a/themes/CodeIT/layouts/partials/rss/item.html b/themes/CodeIT/layouts/partials/rss/item.html deleted file mode 100644 index 64da953..0000000 --- a/themes/CodeIT/layouts/partials/rss/item.html +++ /dev/null @@ -1,43 +0,0 @@ -{{- $params := .Page.Params | merge .Site.Params.Page | merge (dict "author" .Site.Author.name "email" .Site.Author.email) -}} - - - {{- .Page.Title -}} - - - {{- .Page.Permalink -}} - - - {{- .Page.Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" -}} - - {{- with $params.email -}} - - {{- $params.email -}} - - {{- end -}} - {{- with $params.author -}} - - {{- $params.author -}} - - {{- end -}} - - {{- .Page.Permalink -}} - - - {{- " - - - {{- end -}} - {{- $content := .Page.Description -}} - {{- if $params.rssFullText -}} - {{- $content = dict "Content" .Page.Content "Ruby" $params.ruby "Fraction" $params.fraction "Fontawesome" $params.fontawesome | partial "function/content.html" -}} - {{- else -}} - {{- with .Page.Summary -}} - {{- $content = dict "Content" . "Ruby" $params.ruby "Fraction" $params.fraction "Fontawesome" $params.fontawesome | partial "function/content.html" -}} - {{- end -}} - {{- end -}} - {{- $content | replaceRE `]*>.*` "" | replaceRE `]*( /)?>` "" | safeHTML -}} - {{- "]]>" | safeHTML -}} - - \ No newline at end of file -- cgit v1.2.3