From e55841149d9259f26f4d117daba34b5666a52097 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 11 Sep 2026 22:02:29 +0200 Subject: src/themes/serene: Update to newest version --- src/themes/serene/templates/shortcodes/quote.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/themes/serene/templates/shortcodes/quote.html (limited to 'src/themes/serene/templates/shortcodes/quote.html') diff --git a/src/themes/serene/templates/shortcodes/quote.html b/src/themes/serene/templates/shortcodes/quote.html deleted file mode 100644 index c7e3c37..0000000 --- a/src/themes/serene/templates/shortcodes/quote.html +++ /dev/null @@ -1,10 +0,0 @@ -
- {% set icon = load_data(path="icon/quote.svg") %} - -
{{ body | markdown | safe }}
- {% if cite %} -
- {{ "— " ~ cite | markdown | safe }} -
- {% endif %} -
\ No newline at end of file -- cgit v1.3.1