diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/simple/layouts/_default/rss.xml | 2 | ||||
| -rw-r--r-- | themes/simple/layouts/section/notes.xml | 2 |
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> |
