aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 06:21:29 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 06:21:29 +0200
commitc7597a44c63db97f8a9615f20c56f8a7b103edcf (patch)
tree443002ae57a91fd1bacabcbbd4caf7721d9c2935
parentaf205845111a42b4ec5761918a9e6a3bfa1455f8 (diff)
downloadmitjafelicijan.com-c7597a44c63db97f8a9615f20c56f8a7b103edcf.tar.gz
Changed titles in RSS feeds
-rw-r--r--themes/simple/layouts/_default/rss.xml2
-rw-r--r--themes/simple/layouts/section/notes.xml2
2 files changed, 2 insertions, 2 deletions
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 @@
2 2
3 <channel> 3 <channel>
4 4
5 <title>{{ .Site.Author.name }}</title> 5 <title>{{ .Site.Author.name }}'s Blog</title>
6 <link>{{ .Permalink }}</link> 6 <link>{{ .Permalink }}</link>
7 <description>{{ .Site.Params.description }}</description> 7 <description>{{ .Site.Params.description }}</description>
8 <language>en-us</language> 8 <language>en-us</language>
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 @@
2 2
3 <channel> 3 <channel>
4 4
5 <title>{{ .Site.Author.name }} - Notes</title> 5 <title>{{ .Site.Author.name }}'s Notes</title>
6 <link>{{ .Permalink }}</link> 6 <link>{{ .Permalink }}</link>
7 <description>{{ .Site.Params.description }}</description> 7 <description>{{ .Site.Params.description }}</description>
8 <language>en-us</language> 8 <language>en-us</language>