From d0dfe2b73299b22de77baf78af40728127ceae3b Mon Sep 17 00:00:00 2001 From: Draconis Date: Sun, 16 Feb 2025 12:13:59 +0100 Subject: [PATCH] rss feed added --- themes/hugo-ficurinia/layouts/partials/inject/head.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/hugo-ficurinia/layouts/partials/inject/head.html b/themes/hugo-ficurinia/layouts/partials/inject/head.html index e2661c6..c2a3373 100644 --- a/themes/hugo-ficurinia/layouts/partials/inject/head.html +++ b/themes/hugo-ficurinia/layouts/partials/inject/head.html @@ -1,2 +1,5 @@ - \ No newline at end of file + +{{ with .OutputFormats.Get "rss" -}} + {{ printf `` .Rel .MediaType.Type .Permalink site.Title | safeHTML }} +{{ end }} \ No newline at end of file