From 81359898a68f54d943fa8378470aaabbcb77bc5d Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Jun 2023 12:54:53 +0200 Subject: [PATCH] Clean up some unused macros --- templates/macros.html | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/templates/macros.html b/templates/macros.html index c5665ff..274464e 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -1,21 +1,5 @@ {% macro badge(text, plain, class, icon) %} -
+
{% endmacro %} -{% macro figure(url, alt, description="", source="") %} -
- {{alt}} - - {% if description != "" or source != "" %} -
- {% if description != "" %} - {{description}} - {% endif %} - {% if source != "" %} - (Source) - {% endif %} -
- {% endif %} -
-{% endmacro %}