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 %}