diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml index 0a8c732..64f579d 100644 --- a/layouts/_default/list.atom.xml +++ b/layouts/_default/list.atom.xml @@ -4,7 +4,7 @@ {{ end -}} - {{ .Site.Title }} + {{ .Section | humanize}} on {{ .Site.Title }} {{ .Site.Params.icon | absURL }} {{ .Site.Params.Description }} diff --git a/layouts/archetypes/notes.md b/layouts/archetypes/notes.md index d8f7c17..01c58b3 100644 --- a/layouts/archetypes/notes.md +++ b/layouts/archetypes/notes.md @@ -1,4 +1,4 @@ -title: "{{ replace .Name "-" " " | title }}" +title: "{{ .Name | humanize }}" date: {{ .Date }} ---