Update July 2023

This commit is contained in:
Jeremy Thomas
2023-07-03 16:41:28 +01:00
parent 768ce95d69
commit ae7c694eb6
5 changed files with 32 additions and 7 deletions

View File

@@ -16,6 +16,15 @@ title="{{ sponsor_alt }}"
>
{% if sponsor.textOnly %}
<strong>{{ sponsor.textOnly }}</strong>
{% elsif sponsor.svg %}
{%
include elements/responsive-image-2x.html
path=sponsor_path
extension="svg"
alt=sponsor_alt
width=sponsor.width
height=sponsor.height
%}
{% else %}
{%
include elements/responsive-image-2x.html