fix: render description as HTML when rendering message (close #42)

This commit is contained in:
JustSong
2023-01-06 14:23:07 +08:00
parent ccf131037b
commit 89e7a10d20
4 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
<span class="line">发布于:<span class="tag is-light">{{.time}}</span></span>
</div>
<blockquote>
<p>{{.description}}</p>
{{.description | unescape}}
</blockquote>
{{.content | unescape}}
</article>