mirror of
https://github.com/imfing/hextra.git
synced 2025-07-02 03:09:44 -04:00
fix: unescape html for link title
This commit is contained in:
@ -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 -}}
|
||||||
|
Reference in New Issue
Block a user