Change theme config

This commit is contained in:
panr 2019-01-25 18:30:02 +01:00
parent 5cfc6e4f29
commit 72e85173cf
2 changed files with 23 additions and 22 deletions

View file

@ -1,4 +1,4 @@
<a href="{{ .Site.BaseURL }}" style="text-decoration: none;">
<a href="{{ if .Site.Params.Logo.LogoHomeLink }}{{ .Site.Params.Logo.LogoHomeLink }}{{else}}{{ .Site.BaseURL }}{{ end }}" style="text-decoration: none;">
<div class="logo">
{{ if .Site.Params.Logo.path }}
<img src="{{ .Site.Params.Logo.path }}" alt="{{ .Site.Params.Logo.alt }}" />