Add tooltwist

This commit is contained in:
Jeremy Thomas 2018-04-03 22:21:56 +01:00
parent f5b26760a1
commit a831fd9524
6 changed files with 14 additions and 2 deletions

View File

@ -258,4 +258,6 @@
</div>
</nav>
{% include fortyfour.html %}
{% unless include.hide_fortyfour %}
{% include fortyfour.html %}
{% endunless %}

View File

@ -24,5 +24,15 @@
height="58"
%}
</a>
<a href="http://tooltwist.com/" target="_blank" rel="nofollow">
{%
include elements/responsive-image.html
path="sponsors/tooltwist"
extension="png"
alt="tooltwist logo"
width="200"
height="64"
%}
</a>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -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 %}