diff --git a/source/_includes/sponsors/full.html.twig b/source/_includes/sponsors/full.html.twig index 500e5ea..3313f2d 100644 --- a/source/_includes/sponsors/full.html.twig +++ b/source/_includes/sponsors/full.html.twig @@ -1,7 +1,7 @@

{{ name }}

-
+
{% if description %}
@@ -17,8 +17,8 @@
{% if logo %} -
- {{ name }} logo +
+ {{ name }} logo
{% endif %}
diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index f590565..e6a7cd4 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -15,7 +15,7 @@ title: Sponsors
{% for sponsor in sponsors %} -
+
{% set template = (level == 'gold') ? 'sponsors/full' : 'sponsors/teaser' %} {% include template with { description: sponsor.description,