diff --git a/docs/_data/sponsors.yml b/docs/_data/sponsors.yml new file mode 100644 index 00000000..b03eefec --- /dev/null +++ b/docs/_data/sponsors.yml @@ -0,0 +1,3 @@ +- name: Forestry.io + image: http://via.placeholder.com/200x100 + url: https://forestry.io \ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index cc9568d4..ade88894 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -11,5 +11,15 @@
+
+ Sponsored by
+ {% for sponsor in site.data.sponsors %}
+
+
+
+ {% endfor %}
+