1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-29 14:51:09 +00:00
2021-09-17 14:11:56 -05:00
committed by GitHub
parent 3d260b9b4a
commit 829e3bf750
8 changed files with 13 additions and 10 deletions

View File

@@ -17,7 +17,10 @@
{% if item.article %}<a href="{% link {{ item.article }} %}" class="btn btn-primary mt-1 me-1"><i class="fad fa-info-circle fa-fw"></i>
More Information</a>{% endif %}
{% if item.website %}<a href="{{ item.website }}" rel="noopener" class="btn btn-secondary mt-1 me-1"><i class="fad fa-external-link-square fa-fw"></i>
Visit {{ item.website | remove_first: "www." | split: "/" | slice: 2 }}</a>{% endif %}
Visit {{ item.website | remove_first: "www." | split: "/" | slice: 2 }}</a>
{% if item.website_tor %}<a href="{{ item.website_tor }}" rel="noopener" class="btn btn-info mt-1 me-1" aria-label="Onion site" title="Visit {{ item.website_tor }} on Tor"><i aria-hidden="true" class="ptio-tor text-light"></i></a>
{% endif %}
{% endif %}
</div>{% endif %}
</div>
</div>