From 64d1719fa086a9eac2e3e03dda5ad193ffd272b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Fri, 9 Aug 2024 11:45:48 +0300 Subject: [PATCH] Revert "Rss test 3" a65ad4744f2a8bff4241549a828ebc92ee3e9aaa. --- layouts/_default/rss.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index 9b27479..cb41a68 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -21,7 +21,7 @@ {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Copyright }} {{.}}{{end}}{{ if not .Date.IsZero }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}{{ end }} + {{ .Date.Format "02.01.2006" | safeHTML }}{{ end }} {{- with .OutputFormats.Get "RSS" -}} {{ printf "" .Permalink .MediaType | safeHTML }} {{- end -}} @@ -29,9 +29,10 @@ {{ .Title }} {{ .Permalink }} - {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} + {{ .Date.Format "02.01.2006" | safeHTML }} {{ with .Site.Author.email }}{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}} {{ .Permalink }} + {{ .Content | html }} {{ .Content | html }} {{ end }}