From 54fa4383cf9d9d6994a90086341ce16676759a5f Mon Sep 17 00:00:00 2001 From: Sophia Date: Thu, 10 Nov 2022 01:15:05 -0800 Subject: [PATCH] =?UTF-8?q?Changed=20the=20=C2=B7=20to=20-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hugo-coder/layouts/_default/list.html | 2 +- themes/hugo-coder/layouts/_default/single.html | 2 +- themes/hugo-coder/layouts/_default/terms.html | 2 +- themes/hugo-coder/layouts/partials/head/meta-tags.html | 2 +- themes/hugo-coder/layouts/posts/list.html | 2 +- themes/hugo-coder/layouts/posts/single.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/hugo-coder/layouts/_default/list.html b/themes/hugo-coder/layouts/_default/list.html index cf15efb..2d27f68 100644 --- a/themes/hugo-coder/layouts/_default/list.html +++ b/themes/hugo-coder/layouts/_default/list.html @@ -3,7 +3,7 @@ {{- i18n .Data.Plural 1 | title -}} {{- print ": " -}} {{- end -}} - {{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}} + {{- i18n (lower .Title) | default .Title | title }} - {{ .Site.Title -}} {{ end }} {{ define "content" }} {{ partial "list.html" . }} diff --git a/themes/hugo-coder/layouts/_default/single.html b/themes/hugo-coder/layouts/_default/single.html index 6150c6a..28171ce 100644 --- a/themes/hugo-coder/layouts/_default/single.html +++ b/themes/hugo-coder/layouts/_default/single.html @@ -1,5 +1,5 @@ {{ define "title" }} - {{ .Title }} · {{ .Site.Title }} + {{ .Title }} - {{ .Site.Title }} {{ end }} {{ define "content" }} {{ partial "page.html" . }} diff --git a/themes/hugo-coder/layouts/_default/terms.html b/themes/hugo-coder/layouts/_default/terms.html index 48b37e2..bf81f0f 100644 --- a/themes/hugo-coder/layouts/_default/terms.html +++ b/themes/hugo-coder/layouts/_default/terms.html @@ -3,7 +3,7 @@ {{- i18n .Data.Plural | title -}} {{- print ": " -}} {{- end -}} - {{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}} + {{- i18n (lower .Title) | default .Title | title }} - {{ .Site.Title -}} {{ end }} {{ define "content" }} {{ partial "terms.html" . }} diff --git a/themes/hugo-coder/layouts/partials/head/meta-tags.html b/themes/hugo-coder/layouts/partials/head/meta-tags.html index 8d57630..4634cad 100644 --- a/themes/hugo-coder/layouts/partials/head/meta-tags.html +++ b/themes/hugo-coder/layouts/partials/head/meta-tags.html @@ -1,5 +1,5 @@ - + {{ if .Site.Params.csp }} diff --git a/themes/hugo-coder/layouts/posts/list.html b/themes/hugo-coder/layouts/posts/list.html index 231b182..48148e6 100644 --- a/themes/hugo-coder/layouts/posts/list.html +++ b/themes/hugo-coder/layouts/posts/list.html @@ -1,5 +1,5 @@ {{ define "title" }} - {{ title (i18n (lower .Title)) | default .Title }} · {{ .Site.Title }} + {{ title (i18n (lower .Title)) | default .Title }} - {{ .Site.Title }} {{ end }} {{ define "content" }}
diff --git a/themes/hugo-coder/layouts/posts/single.html b/themes/hugo-coder/layouts/posts/single.html index 6c7509e..7b78388 100644 --- a/themes/hugo-coder/layouts/posts/single.html +++ b/themes/hugo-coder/layouts/posts/single.html @@ -1,5 +1,5 @@ {{ define "title" }} - {{ .Title }} · {{ .Site.Title }} + {{ .Title }} - {{ .Site.Title }} {{ end }} {{ define "content" }}