diff --git a/docs/_data/sponsors.yml b/docs/_data/sponsors.yml index ca05a0b7..5e772628 100644 --- a/docs/_data/sponsors.yml +++ b/docs/_data/sponsors.yml @@ -1,3 +1,10 @@ - name: Forestry.io image: /img/forestry-logo.png url: https://forestry.io + width: 140 + height: 30 +- name: Siteleaf + image: /img/siteleaf-logo.png + url: https://siteleaf.com + width: 40 + height: 50 diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index a5674add..9d814fbf 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -15,8 +15,8 @@

Sponsored by {% for sponsor in site.data.sponsors %} - - {{ sponsor.name }} + + {{ sponsor.name }} {% endfor %}

diff --git a/docs/img/siteleaf-logo.png b/docs/img/siteleaf-logo.png new file mode 100644 index 00000000..3a305376 Binary files /dev/null and b/docs/img/siteleaf-logo.png differ