Skip to content

Commit 8e317b9

Browse files
committed
Add icons8 sponsor to the homepage
Update the icons8 logo and put the logo on the frontpage Signed-off-by: Jelle van der Waa <[email protected]>
1 parent acbca4c commit 8e317b9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

sitestatic/icons8_logo.png

7.37 KB
Loading

templates/public/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ <h4>More Resources</h4>
203203
<img src="{% static "hetzner_logo.png" %}"
204204
title="" alt="Hetzner logo"/>
205205
</a>
206+
207+
<a href="https://icons8.com/" title="Icons8">
208+
<img src="{% static "icons8_logo.png" %}"
209+
title="" alt="Icons8 logo"/>
210+
</a>
206211
</div>
207212
{% endcache %}
208213
{% endblock %}

0 commit comments

Comments
 (0)