fix logo url
This commit is contained in:
parent
7f71a99e21
commit
2e900af85d
|
@ -44,7 +44,7 @@
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
{{- $label_text := (site.Params.label.text | default site.Title) }}
|
{{- $label_text := (site.Params.label.text | default site.Title) }}
|
||||||
{{- if site.Title }}
|
{{- if site.Title }}
|
||||||
<a href="/" accesskey="h" title="{{ $label_text }} (Alt + H)">
|
<a href="{{ "" | absURL }}" accesskey="h" title="{{ $label_text }} (Alt + H)">
|
||||||
{{- if site.Params.label.icon }}
|
{{- if site.Params.label.icon }}
|
||||||
{{- $img := resources.Get site.Params.label.icon }}
|
{{- $img := resources.Get site.Params.label.icon }}
|
||||||
{{- if $img }}
|
{{- if $img }}
|
||||||
|
|
Loading…
Reference in New Issue