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 @@
@@ -23,7 +23,7 @@{{ open_quote ~ translated ~ close_quote }}
-— {{ author }}
{{ open_quote ~ original ~ close_quote }}
-— {{ author }}
+ {% if author %} — {{ author }}{% endif %}
({{- macros_translate::translate(key="show_translation", default="Show translation") -}})