chore: clean up webmention comments + styles
This commit is contained in:
parent
d31d0fcdd5
commit
f496e29f0a
4 changed files with 8 additions and 13 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue