mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-14 15:53:31 +00:00
markdown format: fix escaping #1001
This commit is contained in:
parent
444b3f850c
commit
9ca69562f3
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
|||
{{- if .RelPermalink -}}
|
||||
# {{ .Title }}
|
||||
|
||||
{{ strings.TrimLeft "\n\r\t " .RawContent }}
|
||||
{{ strings.TrimLeft "\n\r\t " .RawContent | safeHTML }}
|
||||
{{- end }}
|
|
@ -1 +1 @@
|
|||
7.3.2+9a66a0b26fd50c3fc5e2aa2af816328215e4a88d
|
||||
7.3.2+444b3f850cd1be1f917be0f09fa7077b06e368dd
|
Loading…
Add table
Reference in a new issue