diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 301dcf0..c23a47c 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -4,6 +4,8 @@ description = "The Zzo theme for Hugo example site." custom_css = [] custom_js = [] useFaviconGenerator = true # https://www.favicon-generator.org/ +meta_image = "" +themecolor = "" themeOptions = ["dark", "light", "hacker", "solarized", "kimbie"] notAllowedTypesInHome = ["contact", "talks", "about", "showcase", "publication", "presentation", "resume"] diff --git a/layouts/partials/head/meta.html b/layouts/partials/head/meta.html index 3d5b4e1..b7fb68c 100644 --- a/layouts/partials/head/meta.html +++ b/layouts/partials/head/meta.html @@ -28,7 +28,12 @@ {{ end }} {{ hugo.Generator }} + + + + + {{ if $.Site.Params.useFaviconGenerator }}