Some minor fixes from Ananke pull requests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luca Beltrame 2021-01-17 01:26:53 +01:00
parent 64b24842b8
commit 9c43b0693c
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<div class="flex-l justify-between items-center center b">
<a href="{{ .Site.Home.RelPermalink }}" class="site-logo f3 fw4 hover-white no-underline white-90 dib">
{{ with .Site.Params.site_logo }}
<img src="{{ . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
<img src="{{ . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}">
{{ else }}
{{ .Site.Title }}
{{ end }}