Some minor fixes from Ananke pull requests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
64b24842b8
commit
9c43b0693c
2 changed files with 6 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue