From 30e59289cef0812bf0d0fa981cbe552fc4bc82c4 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 1 Aug 2022 20:55:16 -0700 Subject: [PATCH] Fix invalid schema/comment property --- layouts/partials/webmentions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index b500140..3132dda 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -78,7 +78,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)? ?` ""}}

+

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

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