From 73e3888dcc74cc1ad0dd62f5d0eaa9cb30a6dece Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 23 Nov 2021 21:22:11 +0100 Subject: [PATCH] feat: add span with class 'gdoc-brand__title' around site title (#112) --- layouts/partials/site-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/site-header.html b/layouts/partials/site-header.html index ffe4ad1..9755045 100644 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -5,7 +5,7 @@ - {{ .Site.Title }} + {{ .Site.Title }} {{ with .Site.Params.subtitle }} {{ . }}