From 9c831641daa9307ae126150f7023e829056e789a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 May 2019 00:48:00 +0100 Subject: [PATCH] Spaces --- source/_includes/sponsors-block.html.twig | 46 +++++++++++------------ source/sponsors.html.twig | 42 ++++++++++----------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/source/_includes/sponsors-block.html.twig b/source/_includes/sponsors-block.html.twig index 5629cf5..485f5c1 100644 --- a/source/_includes/sponsors-block.html.twig +++ b/source/_includes/sponsors-block.html.twig @@ -1,28 +1,28 @@
-

- Our Sponsors -

+

+ Our Sponsors +

- {% for level in sponsorshipLevels %} - {% set sponsors = getSponsors(sponsorData, level) %} - {% if sponsors %} -
-

{{ level|capitalize }} Sponsors

+ {% for level in sponsorshipLevels %} + {% set sponsors = getSponsors(sponsorData, level) %} + {% if sponsors %} +
+

{{ level|capitalize }} Sponsors

-
    - {% for sponsor in sponsors %} -
  • -
    - {{ sponsor.name }} logo -
    -
  • - {% endfor %} -
-
- {% endif %} - {% endfor %} +
    + {% for sponsor in sponsors %} +
  • +
    + {{ sponsor.name }} logo +
    +
  • + {% endfor %} +
+
+ {% endif %} + {% endfor %} - +
diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index ba2efb8..d9a6bd0 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -3,29 +3,29 @@ layout: page title: Sponsors ---
-

DrupalCamp Bristol would like to say a massive THANK YOU! to all of our incredible sponsors. Without your support, this event would never have been possible.

-

If you'd like to get involved with sponsorship, head over to our Sponsorship page. We'll be on the lookout for new sponsors up until the day of the event.

+

DrupalCamp Bristol would like to say a massive THANK YOU! to all of our incredible sponsors. Without your support, this event would never have been possible.

+

If you'd like to get involved with sponsorship, head over to our Sponsorship page. We'll be on the lookout for new sponsors up until the day of the event.

{% for level in site.sponsorship_levels %} - {% set sponsors = getSponsors(site.sponsors, level) %} - {% if sponsors %} -
-

{{ level ~ ' Sponsors'|capitalize }}

+ {% set sponsors = getSponsors(site.sponsors, level) %} + {% if sponsors %} +
+

{{ level ~ ' Sponsors'|capitalize }}

-
- {% for sponsor in sponsors %} -
- {% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} - {% include template with { - description: sponsor.description, - logo: sponsor.logo, - name: sponsor.name, - url: sponsor.url, - } %} -
- {% endfor %} -
-
- {% endif %} +
+ {% for sponsor in sponsors %} +
+ {% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} + {% include template with { + description: sponsor.description, + logo: sponsor.logo, + name: sponsor.name, + url: sponsor.url, + } %} +
+ {% endfor %} +
+
+ {% endif %} {% endfor %}