From 07a07671406f71cb98def1d1925991b87c6a233b Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 5 Apr 2022 13:37:39 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/_default/rss.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/buha/layouts/_default/rss.xml b/themes/buha/layouts/_default/rss.xml index 039734f4..b329b07c 100644 --- a/themes/buha/layouts/_default/rss.xml +++ b/themes/buha/layouts/_default/rss.xml @@ -58,6 +58,8 @@ {{ $updated := "" }} {{ if gt .Lastmod.Unix .Date.Unix }} + {{ .Lastmod.Unix }} + {{ .Date.Unix }} {{ $updated = i18n "updated" }} {{ end }} {{- $c := .Content -}}