forked from drowl87/hextra_mirror
fix: unescape html for link title
This commit is contained in:
parent
5842f893a3
commit
1048ee47d7
@ -87,7 +87,7 @@
|
|||||||
href="{{ .link }}"
|
href="{{ .link }}"
|
||||||
{{ if $external }}target="_blank" rel="noreferer"{{ end }}
|
{{ if $external }}target="_blank" rel="noreferer"{{ end }}
|
||||||
>
|
>
|
||||||
{{- .title -}}
|
{{- .title | htmlUnescape | safeHTML -}}
|
||||||
{{- with .context }}
|
{{- with .context }}
|
||||||
{{- if or .RegularPages .Sections .section }}{{ partialCached "sidebar/collapsible-button" . }}{{ end -}}
|
{{- if or .RegularPages .Sections .section }}{{ partialCached "sidebar/collapsible-button" . }}{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user