From 3cf9e3ad8d193319e5313fff3a77a83aa1254e3b Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 6 Sep 2023 14:54:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(multilingual-quote):=20allow?= =?UTF-8?q?=20missing=20author?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/shortcodes/multilingual_quote.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shortcodes/multilingual_quote.html b/templates/shortcodes/multilingual_quote.html index e0fb7c6..beb0a9f 100644 --- a/templates/shortcodes/multilingual_quote.html +++ b/templates/shortcodes/multilingual_quote.html @@ -15,7 +15,7 @@

{{ open_quote ~ translated ~ close_quote }}

-

— {{ author }}

— {{ author }}{% endif %}

@@ -23,7 +23,7 @@

{{ open_quote ~ original ~ close_quote }}

-

— {{ author }}

— {{ author }}{% endif %}