mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 09:12:47 +00:00
fix GH-332
Signed-off-by: Junjie Yuan <junjieraw@gmail.com>
This commit is contained in:
parent
03fd7d9da0
commit
c07cb13029
@ -2,7 +2,7 @@
|
||||
<div class="flex-l justify-between items-center center">
|
||||
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib">
|
||||
{{ with .Site.Params.site_logo }}
|
||||
<img src="{{ . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
|
||||
<img src="{{ relURL ($.Site.Params.site_logo) }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
|
||||
{{ else }}
|
||||
{{ .Site.Title }}
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user