From 8c4e055a2251724f42c5654522b1d370fc5a5647 Mon Sep 17 00:00:00 2001 From: Daniel Saunders Date: Sat, 8 May 2021 11:22:09 +1000 Subject: Closes #34 --- exampleSite/config.toml | 2 +- layouts/partials/header.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index d5d69c8..4cb5a8d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -85,10 +85,10 @@ unsafe = true [params] title = "Alpha Church" subtitle = "Another Church Theme" + #favicon = "/example.ico" author = "Daniel Saunders" keywords = ["theme", "hugo", "podcast"] languageCode = "en" # For accessibility this needs to be set. You can find all language codes at https://www.w3schools.com/tags/ref_language_codes.asp - bible_popups = "faithlife" #faithlife, blb bible_version = "CSB" #HCSB, NIV, NLT, ESV, etc. instant_page = true diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 9b885f4..8f360c9 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -21,6 +21,7 @@ {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{- end -}} {{ hugo.Generator }} + {{- with .Site.Params.favicon}}{{ end -}} {{ with .Site.Params.Podcast.itunes }} {{ end }} -- cgit v1.2.3