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/macros/prose.html | 32 --------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/themes/serene/templates/macros/prose.html (limited to 'src/themes/serene/templates/macros/prose.html') diff --git a/src/themes/serene/templates/macros/prose.html b/src/themes/serene/templates/macros/prose.html deleted file mode 100644 index bd9a894..0000000 --- a/src/themes/serene/templates/macros/prose.html +++ /dev/null @@ -1,32 +0,0 @@ -{% macro back_link(path) %} -
- -
-{% endmacro %} - - -{% macro callout(name) %} -
- {% set icon = load_data(path="icon/" ~ name ~ ".svg") %} - {% if title %} -

- - {{ icon | safe }} - - {{ title }} -

-
- {{ body | markdown | safe }} -
- {% else %} -
- {{ icon | safe }} -
-
- {{ body | markdown | safe }} -
- {% endif %} -
-{% endmacro %} -- cgit v1.3.1