From c7597a44c63db97f8a9615f20c56f8a7b103edcf Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 06:21:29 +0200 Subject: Changed titles in RSS feeds --- themes/simple/layouts/_default/rss.xml | 2 +- themes/simple/layouts/section/notes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/simple/layouts/_default/rss.xml b/themes/simple/layouts/_default/rss.xml index 6a35b96..1f29133 100644 --- a/themes/simple/layouts/_default/rss.xml +++ b/themes/simple/layouts/_default/rss.xml @@ -2,7 +2,7 @@ - {{ .Site.Author.name }} + {{ .Site.Author.name }}'s Blog {{ .Permalink }} {{ .Site.Params.description }} en-us diff --git a/themes/simple/layouts/section/notes.xml b/themes/simple/layouts/section/notes.xml index 7d4c52a..889cf08 100644 --- a/themes/simple/layouts/section/notes.xml +++ b/themes/simple/layouts/section/notes.xml @@ -2,7 +2,7 @@ - {{ .Site.Author.name }} - Notes + {{ .Site.Author.name }}'s Notes {{ .Permalink }} {{ .Site.Params.description }} en-us -- cgit v1.2.3