Add i2p Website(s) #1033

Closed
ghbjklhv1 wants to merge 4 commits from patch-8 into master
Showing only changes of commit 793c42989b - Show all commits

View File

@@ -13,6 +13,7 @@
{% endif %}
{% if include.tor %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="/assets/img/layout/tor.png" width="35" height="35"></a>
{% endif %}
{% if include.i2p %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="Requires specific software to access: geti2p.net" href="{{include.i2p}}"><img alt="i2p" src="/assets/img/layout/i2p.png" width="35" height="35"></a>
{% endif %}