diff --git a/source/_includes/sponsors/full.html.twig b/source/_includes/sponsors/full.html.twig index 259bf985a..96a96dbcf 100644 --- a/source/_includes/sponsors/full.html.twig +++ b/source/_includes/sponsors/full.html.twig @@ -1,5 +1,5 @@
-

{{ name }}

+

{{ name }}

@@ -10,7 +10,7 @@ {% endif %} {% if url %} - + Visit {{ name }}’s website {% endif %} diff --git a/source/sponsors.html.twig b/source/sponsors.html.twig index e6a7cd406..a3415c0c7 100644 --- a/source/sponsors.html.twig +++ b/source/sponsors.html.twig @@ -11,7 +11,7 @@ title: Sponsors {% set sponsors = site.sponsors[level] %} {% if sponsors %}
-

{{ level ~ ' Sponsors'|capitalize }}

+

{{ level ~ ' Sponsors'|capitalize }}

{% for sponsor in sponsors %}