fix URL for logo in header

This commit is contained in:
Helmut Merz 2020-04-26 19:13:15 +02:00
parent 19b369f11b
commit c05a285efa

View file

@ -9,7 +9,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="{{ .Site.BaseURL }}"><img src="/{{.Site.BaseURL}}images/{{.Site.Params.logo}}" alt="{{.Site.Title}}"></a>
<a href="{{ .Site.BaseURL }}"><img src="{{.Site.BaseURL}}images/{{.Site.Params.logo}}" alt="{{.Site.Title}}"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->