From 4bdf727cea54438c849beac7d810219f2fa3b28f Mon Sep 17 00:00:00 2001 From: ListenerJubatus Date: Tue, 20 Jul 2021 01:58:41 -0600 Subject: [PATCH] feat: add span with class 'gdoc-brand__title' around site title (#168) * Add CSS span to site title to allow for something I do on my site (where I use a larger logo and hide title except in narrow views) * Update layouts/partials/site-header.html Co-authored-by: Robert Kaussow Co-authored-by: Robert Kaussow --- 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 487ee2e..982cb4d 100644 --- a/layouts/partials/site-header.html +++ b/layouts/partials/site-header.html @@ -9,7 +9,7 @@ - {{ .Root.Site.Title }} + {{ .Root.Site.Title }}