From 2a815f644eb77e35cb1e642ef783a853eaed7ffa Mon Sep 17 00:00:00 2001 From: "J. P. Savard" Date: Thu, 3 Dec 2020 20:13:14 -0500 Subject: [PATCH] Add theme color --- layouts/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index b8db445..c0071ad 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -5,6 +5,7 @@ {{ hugo.Generator }} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} + {{ if .Title }}{{ .Title }} - {{ end }}{{ .Site.Title }} {{ $fontawesome := resources.Get "css/fontawesome.css" }} {{ $styles := resources.Get "css/styles.css" }}