diff --git a/merchants/index.html b/merchants/index.html index 2f12e4b..2a4e50a 100644 --- a/merchants/index.html +++ b/merchants/index.html @@ -8,6 +8,32 @@ description: pages.merchants.description
+
+
+
+

{% t pages.merchants.cards-heading %}

+
+
    + {% for merchant in site.data.merchants-cards %} + {% include merchant-list.html %} + {% endfor %} +
+
+
+ +
+
+
+

{% t pages.merchants.email-heading %}

+
+
    + {% for merchant in site.data.merchants-email %} + {% include merchant-list.html %} + {% endfor %} +
+
+
+
@@ -112,30 +138,4 @@ description: pages.merchants.description
-
-
-
-

{% t pages.merchants.cards-heading %}

-
-
    - {% for merchant in site.data.merchants-cards %} - {% include merchant-list.html %} - {% endfor %} -
-
-
- -
-
-
-

{% t pages.merchants.email-heading %}

-
-
    - {% for merchant in site.data.merchants-email %} - {% include merchant-list.html %} - {% endfor %} -
-
-
-