mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 19:05:41 +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>
|
</date>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{- index (split .Summary "\n") 0 | htmlUnescape -}}
|
{{- index (split .Summary "\n") 0 | safeHTML -}}
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue