From f2c6c394dc4d9cef180d6b7946abf1deab35056e Mon Sep 17 00:00:00 2001 From: "Kevin N. Murphy" Date: Fri, 15 Mar 2019 16:19:46 -0700 Subject: [PATCH] add navbarlogo to site params --- exampleSite/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index a40da74..2f61252 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -4,6 +4,10 @@ title: Hugo Fresh Theme theme: hugo-fresh params: + navbarlogo: + # Logo (from /images/logos/___) + image: logos/fresh.svg + link: / font: name: "Open Sans" sizes: [400,600]