From d5bbd1babbfb9a395ca880af867c82b1fd556b05 Mon Sep 17 00:00:00 2001 From: edavidaja Date: Wed, 5 Jun 2019 11:49:05 -0400 Subject: added baseurl to logo --- exampleSite/config.toml | 1 - layouts/partials/header.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b56a4ad..9f06b25 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -14,4 +14,3 @@ theme = "docter" logoalt="" hosted_on="netlify" hosted_on_url="https://www.netlify.com" - \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 7c9b80d..f10a19b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,7 +1,7 @@
{{ if isset .Site.Params "logourl" }} - + {{ end }}

{{ .Site.Params.name }}

-- cgit v1.2.3