diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml
index c8ed9dc5..ff35e38b 100644
--- a/layouts/_default/list.atom.xml
+++ b/layouts/_default/list.atom.xml
@@ -46,7 +46,7 @@
{{ else if $sitetitle }}
{{ $title = $sitetitle }}
{{ else }}
- {{ warnf "layouts/_default/list.atom.xml: Page %s does not have a title" $page.RelPermalink }}
+ {{ warnf "layouts/_default/list.atom.xml: page %s does not have a title" $page.RelPermalink }}
{{ end }}
{{ printf "" | safeHTML }}
@@ -143,17 +143,17 @@
{{ end }}
{{ with index $ids $id }}
- {{ warnf "layouts/_default/list.atom.xml: Pages %s and %s have the same ID" . $subpage.RelPermalink }}
+ {{ warnf "layouts/_default/list.atom.xml: pages %s and %s have the same ID" . $subpage.RelPermalink }}
{{ end }}
{{ $ids = merge (dict $id .RelPermalink) $ids }}
{{ if not $title }}
- {{ warnf "layouts/_default/list.atom.xml: Page %s does not have a title" .RelPermalink }}
+ {{ warnf "layouts/_default/list.atom.xml: page %s does not have a title" .RelPermalink }}
{{ end }}
{{ if .Lastmod.IsZero }}
- {{ warnf "layouts/_default/list.atom.xml: Page %s does not have a modified date" .RelPermalink }}
+ {{ warnf "layouts/_default/list.atom.xml: page %s does not have a modified date" .RelPermalink }}
{{ end }}
{{ with partial "paige/authors.html" . }}
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index 12cbc55f..055334fd 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -37,7 +37,7 @@
{{ else if $sitetitle }}
{{ $title = $sitetitle }}
{{ else }}
- {{ warnf "layouts/_default/rss.xml: Page %s does not have a title" $page.RelPermalink }}
+ {{ warnf "layouts/_default/rss.xml: page %s does not have a title" $page.RelPermalink }}
{{ end }}
{{ printf "" | safeHTML }}
@@ -109,7 +109,7 @@
{{ $description = $description | replaceRE `