From a8d4813236517a0318f1c1319aed30b91d4e2f72 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 24 Aug 2022 10:49:27 -0400 Subject: [PATCH] Use .Site.Title --- themes/red/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/partials/head.html b/themes/red/layouts/partials/head.html index afc2c58..b5a74bc 100644 --- a/themes/red/layouts/partials/head.html +++ b/themes/red/layouts/partials/head.html @@ -1,5 +1,5 @@ - {{ .Title }} + {{ .Site.Title }} {{ $style := resources.Get "css/site.css" }}