From f9ae214a1c20b513bbc27e0f4b371f543f068b53 Mon Sep 17 00:00:00 2001 From: Luke Slowen Date: Sat, 29 Jan 2022 14:39:10 +0000 Subject: [PATCH] Remove page titles --- exampleSite/content/en/about.md | 1 + exampleSite/content/en/music.md | 1 + i18n/en.toml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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"