From 29a8713a7887afb2e2e6f66437e4c9651cf39680 Mon Sep 17 00:00:00 2001 From: kitsunecafe Date: Wed, 16 Oct 2024 20:47:42 -0500 Subject: [PATCH] new image macro --- layouts/macros.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/layouts/macros.html b/layouts/macros.html index 2f67eaf..6f6a50e 100644 --- a/layouts/macros.html +++ b/layouts/macros.html @@ -12,3 +12,9 @@ {% endmacro message %} + +{% macro image(src, alt) %} + + {{ alt }} + +{% endmacro image %}