From 32cbe7a92670fdd6a3c823dc1092973a22527bca Mon Sep 17 00:00:00 2001 From: tungfa Date: Wed, 3 May 2017 19:59:16 +0800 Subject: [PATCH] Merchant section Debit Cards back on top (as requested by andy ; ) --- merchants/index.html | 52 ++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) 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 %} -
-
-
-