From ba527a8fe255f102ac77e10e95953296b83b74d8 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 1 Jun 2022 08:58:44 -0700 Subject: [PATCH] Fix feed titles --- layouts/_default/list.atom.xml | 2 +- layouts/archetypes/notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} ---