mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 20:46:33 +08:00
link: extra space before link text #700
This commit is contained in:
parent
ff61932b70
commit
b43f60b687
@ -47,5 +47,5 @@
|
|||||||
{{- warnf "%q: no page was found for link '%s'" $page.File.Filename $url.Path }}
|
{{- warnf "%q: no page was found for link '%s'" $page.File.Filename $url.Path }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end -}}
|
||||||
<a href="{{ $url | safeURL }}"{{ if $title }} title="{{ $title }}"{{ end }}{{ if gt (len $target) 0 }} target="{{ $target }}"{{ end }}>{{ $content | safeHTML }}</a>
|
<a href="{{ $url | safeURL }}"{{ if $title }} title="{{ $title }}"{{ end }}{{ if gt (len $target) 0 }} target="{{ $target }}"{{ end }}>{{ $content | safeHTML }}</a>
|
Loading…
x
Reference in New Issue
Block a user