From 6162764c35818ee5f639301b53afcaba2f759c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ayta=C3=A7=20Kayadelen?= Date: Sat, 27 Jan 2024 02:02:13 +0100 Subject: [PATCH] add section to page titles --- themes/aurora/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/aurora/layouts/partials/head.html b/themes/aurora/layouts/partials/head.html index 6b2e393..075b325 100644 --- a/themes/aurora/layouts/partials/head.html +++ b/themes/aurora/layouts/partials/head.html @@ -1,7 +1,7 @@ -{{ default $.Site.Title .Title }} • Aurora Docs +{{ default $.Site.Title .Title }} •{{ if .Section }}{{ printf " %s •" .Section }}{{ end }} Aurora Docs {{ $styles := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}