diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index 6395bc4..4d11763 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -110,8 +110,7 @@ {{- if findRE `^https://brid.gy/[^/]*/mastodon` $webmention.source -}}

This comment may have major formatting errors that could impact screen reader comprehension.

{{- end -}} -

{{ $webmention.content | replaceRE `^@Seirdy(@pleroma.envs.net)? ?` "" | replaceRE `([ \t]*)?\n*([ \t]*)?` ` -` | trim "\n\t" | chomp}}

+

{{ $webmention.content | replaceRE `^@Seirdy(@pleroma.envs.net)? ?` "" | chomp}}

{{- end -}} {{- end }}