From: Jeremy Thomas Date: Tue, 3 Apr 2018 21:21:56 +0000 (+0100) Subject: Add tooltwist X-Git-Tag: 0.7.0~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a831fd9524665cf27dc8745e78f74a590f7b6b34;p=thirdparty%2Fbulma.git Add tooltwist --- diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index 2214c3924..6d4199917 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 dbee19866..c77a2fc4c 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 000000000..210fd669c 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 000000000..07c9599c8 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 000000000..01a4f56e5 Binary files /dev/null and b/docs/images/sponsors/tooltwist@3x.png differ diff --git a/docs/index.html b/docs/index.html index 746fcc238..3f9765a57 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 %}