From 937c20e1d60f52864c4032f2624362731958c4ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Mon, 12 Aug 2024 11:59:01 +0200 Subject: [PATCH] Fix .Site.Author deprecation warning --- layouts/rss.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/rss.xml b/layouts/rss.xml index b43900f..4c0def8 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -12,8 +12,8 @@ - {{ $.Site.Author.name }} - {{ $.Site.Author.email }} + Duje Mihanović + duje.mihanovic@skole.hr {{ .Permalink }} Hugo -- 2.39.5