mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
link: extra space before link text #700
This commit is contained in:
parent
ff61932b70
commit
b43f60b687
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue