Remove banner

This commit is contained in:
Jeremy Thomas
2020-05-17 13:43:03 +01:00
parent dffdffa1a4
commit 0dc44161bc
7 changed files with 30 additions and 17 deletions

View File

@@ -15,13 +15,17 @@
{% endunless %}
title="{{ sponsor_alt }}"
>
{% if sponsor.textOnly %}
<strong>{{ sponsor.textOnly }}</strong>
{% else %}
{%
include elements/responsive-image-2x.html
path=sponsor_path
extension="png"
alt=sponsor_alt
width=sponsor.width
height=sponsor.height
%}
include elements/responsive-image-2x.html
path=sponsor_path
extension="png"
alt=sponsor_alt
width=sponsor.width
height=sponsor.height
%}
{% endif %}
</a>
</div>