Update cardv2.html

This commit is contained in:
ghbjklhv1
2019-07-16 05:08:14 +00:00
committed by GitHub
parent da649bb055
commit 793c42989b

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