mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 22:45:19 -04:00
parent
72abf7440a
commit
0fe857539b
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
{{- if .Site.Title }}
|
||||
<a href="{{ "" | absLangURL }}" accesskey="h" title="{{ $label_text }} (Alt + H)">
|
||||
{{- if .Site.Params.label.icon }}
|
||||
<img src="{{- .Site.Params.label.icon -}}" alt="logo" aria-label="logo"
|
||||
<img src="{{- .Site.Params.label.icon | absURL -}}" alt="logo" aria-label="logo"
|
||||
height="{{- .Site.Params.label.iconHeight | default " 30px" -}}">
|
||||
{{- end -}}
|
||||
{{- $label_text -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue