From 672f4a3bbdff0826dc8623d7dc4289f6896d3813 Mon Sep 17 00:00:00 2001 From: Nikita Timofeev Date: Fri, 22 Mar 2024 13:26:41 +0300 Subject: [PATCH] Support for per-page titles --- content/page/docs/_index_1.x.html | 2 +- content/page/docs/_index_2.x.html | 2 +- content/page/docs/_index_3.x.html | 2 +- themes/bootique-theme/layouts/partials/header.gohtml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/page/docs/_index_1.x.html b/content/page/docs/_index_1.x.html index 3371c36e..482379bc 100644 --- a/content/page/docs/_index_1.x.html +++ b/content/page/docs/_index_1.x.html @@ -1,6 +1,6 @@ --- date: "2019-11-16T12:02:04+03:00" -title: "Documentation" +title: "Documentation | Bootique 1.x" metaKeywords: "Bootique Framework Documentation version 1.x" metaDescription: "List of Bootique modules" layout: docs-index diff --git a/content/page/docs/_index_2.x.html b/content/page/docs/_index_2.x.html index f9657673..676477e1 100644 --- a/content/page/docs/_index_2.x.html +++ b/content/page/docs/_index_2.x.html @@ -1,6 +1,6 @@ --- date: "2019-11-16T12:02:04+03:00" -title: "Documentation" +title: "Documentation | Bootique 2.x" metaKeywords: "Bootique Framework Documentation version 2.x" metaDescription: "List of Bootique modules" layout: docs-index diff --git a/content/page/docs/_index_3.x.html b/content/page/docs/_index_3.x.html index 34c8fc13..6f58b5dd 100644 --- a/content/page/docs/_index_3.x.html +++ b/content/page/docs/_index_3.x.html @@ -1,6 +1,6 @@ --- date: "2022-07-24T12:02:04+03:00" -title: "Documentation" +title: "Documentation | Bootique 3.x" metaKeywords: "Bootique Framework Documentation version 3.x" metaDescription: "List of Bootique modules" layout: docs-index diff --git a/themes/bootique-theme/layouts/partials/header.gohtml b/themes/bootique-theme/layouts/partials/header.gohtml index 59a3dc62..4e6364c8 100644 --- a/themes/bootique-theme/layouts/partials/header.gohtml +++ b/themes/bootique-theme/layouts/partials/header.gohtml @@ -1,6 +1,6 @@ - {{ .Site.Title }} + {{ with .Title }}{{ . }}{{ else }}{{ .Site.Title }}{{ end }} {{ partial "meta.gohtml" . }}