chore: clean up webmention comments + styles

This commit is contained in:
Cory Dransfeldt 2024-02-04 10:08:23 -08:00
parent d31d0fcdd5
commit f496e29f0a
No known key found for this signature in database
4 changed files with 8 additions and 13 deletions

View file

@ -16,7 +16,7 @@
</a>
<div class="comment">
<a href={{mention.url}}>
<p>{{ mention.content.text }}</p>
<p>{{ mention.content.text | webmentionsSanitizeComments }}</p>
<time>{{ mention.published | isoDateOnly }}</time>
</a>
</div>