diff --git a/exampleSite/content/en/about.md b/exampleSite/content/en/about.md index e98d80b..7b81227 100644 --- a/exampleSite/content/en/about.md +++ b/exampleSite/content/en/about.md @@ -2,6 +2,7 @@ title: About description: '' featured_image: "/images/jessica_1920.jpg" +omit_header_text: true menu: main: weight: 1 diff --git a/exampleSite/content/en/music.md b/exampleSite/content/en/music.md index 942e8b6..460159b 100644 --- a/exampleSite/content/en/music.md +++ b/exampleSite/content/en/music.md @@ -2,6 +2,7 @@ title: Music description: '' featured_image: '' +omit_header_text: true menu: main: weight: 2 diff --git a/i18n/en.toml b/i18n/en.toml index 755e3b0..89ef724 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -32,7 +32,7 @@ other = "An email address is required." other = "Send" [taxonomyPageList] -other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" +other = "Below you will find pages that utilise the tag “{{ .Title }}”" [readingTime] one = "One minute read"