From 6acf4ab874c58ee14f35da671029e56972745ce6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 12:09:21 +0200 Subject: feat(treewide): Migrate to zola --- src/themes/serene/templates/shortcodes/quote.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create 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 new file mode 100644 index 0000000..c7e3c37 --- /dev/null +++ b/src/themes/serene/templates/shortcodes/quote.html @@ -0,0 +1,10 @@ +
+ {% set icon = load_data(path="icon/quote.svg") %} + +
{{ body | markdown | safe }}
+ {% if cite %} +
+ {{ "— " ~ cite | markdown | safe }} +
+ {% endif %} +
\ No newline at end of file -- cgit 1.4.1