From 63e6f8021fdbbf07343c0f4213cc2ed05e5f9699 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 18 Sep 2022 16:06:04 -0700 Subject: [PATCH] Drop some extra whitespace --- layouts/partials/webmentions.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/layouts/partials/webmentions.html b/layouts/partials/webmentions.html index 83db1bc..cb38889 100644 --- a/layouts/partials/webmentions.html +++ b/layouts/partials/webmentions.html @@ -59,7 +59,8 @@ {{ if $webmention.author_name -}} {{ $webmention.author_name }} {{ else if $webmention.title -}} - {{ $webmention.title -}} + {{ $webmention.title | replaceRE ` \n` ` +` -}} {{ else -}} {{ $webmention.source | strings.TrimPrefix "https://" | strings.TrimPrefix "www." | strings.TrimRight "/" | truncate 35 -}} {{ end -}} @@ -68,7 +69,8 @@