mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Fix mini post previews' HTML
Some checks failed
Some checks failed
This commit is contained in:
parent
ea125f61e0
commit
f067463be3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
</date>
|
||||
</div>
|
||||
|
||||
{{- index (split .Summary "\n") 0 | htmlUnescape -}}
|
||||
{{- index (split .Summary "\n") 0 | safeHTML -}}
|
||||
</div>
|
||||
</li>
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue