diff --git a/_templates/postcard_categories.html b/_templates/postcard_categories.html index 053d86bfc..632ae89b1 100644 --- a/_templates/postcard_categories.html +++ b/_templates/postcard_categories.html @@ -11,12 +11,10 @@ {% endif %} {%- endmacro -%} - -{%- macro category_item(name, icon, active) -%} +{%- macro category_item(name, active) -%} - - - + {{ name }} + {%- endmacro -%} @@ -33,32 +31,16 @@