diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html
index 2214c392..6d419991 100644
--- a/docs/_includes/navbar.html
+++ b/docs/_includes/navbar.html
@@ -258,4 +258,6 @@
-{% include fortyfour.html %}
+{% unless include.hide_fortyfour %}
+ {% include fortyfour.html %}
+{% endunless %}
diff --git a/docs/_includes/sponsor.html b/docs/_includes/sponsor.html
index dbee1986..c77a2fc4 100644
--- a/docs/_includes/sponsor.html
+++ b/docs/_includes/sponsor.html
@@ -24,5 +24,15 @@
height="58"
%}
+
+ {%
+ include elements/responsive-image.html
+ path="sponsors/tooltwist"
+ extension="png"
+ alt="tooltwist logo"
+ width="200"
+ height="64"
+ %}
+
diff --git a/docs/images/sponsors/tooltwist.png b/docs/images/sponsors/tooltwist.png
new file mode 100644
index 00000000..210fd669
Binary files /dev/null and b/docs/images/sponsors/tooltwist.png differ
diff --git a/docs/images/sponsors/tooltwist@2x.png b/docs/images/sponsors/tooltwist@2x.png
new file mode 100644
index 00000000..07c9599c
Binary files /dev/null and b/docs/images/sponsors/tooltwist@2x.png differ
diff --git a/docs/images/sponsors/tooltwist@3x.png b/docs/images/sponsors/tooltwist@3x.png
new file mode 100644
index 00000000..01a4f56e
Binary files /dev/null and b/docs/images/sponsors/tooltwist@3x.png differ
diff --git a/docs/index.html b/docs/index.html
index 746fcc23..3f9765a5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -4,7 +4,7 @@ route: index
fixed_navbar: true
---
-{% include navbar.html id="Index" fixed=true has_container=true boxed=true transparent=true %}
+{% include navbar.html id="Index" fixed=true has_container=true boxed=true transparent=true hide_fortyfour=true %}
{% include index/intro.html %}