From 631547a75142326a7c71bdf123e1475217a5ad73 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 22 Apr 2026 12:42:56 +0200 Subject: chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme) --- layouts/shortcodes/quote.html | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'layouts/shortcodes/quote.html') diff --git a/layouts/shortcodes/quote.html b/layouts/shortcodes/quote.html index 05d0c94..1ed5c3c 100644 --- a/layouts/shortcodes/quote.html +++ b/layouts/shortcodes/quote.html @@ -1,19 +1,15 @@ -
-

- {{.Inner}} -

- {{ if .Get "source" }} - - {{ end }} +{{- $source := .Get "source" -}} +{{- $src := .Get "src" -}} + +
+

{{ .Inner }}

+ {{- if $source -}} + + {{- end -}}
-- cgit v1.2.3