diff --git a/layouts/shortcodes/quote.html b/layouts/shortcodes/quote.html index 208c961..80b5fbd 100644 --- a/layouts/shortcodes/quote.html +++ b/layouts/shortcodes/quote.html @@ -1,5 +1,6 @@

{{ .Inner | markdownify }}

+ {{- if or (.Get "author") (.Get "source") -}} {{- if .Get "author" -}} @@ -10,4 +11,5 @@ {{ .Get "source" }} {{- if .Get "url" -}}{{- end -}} + {{- end -}}