mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-29 14:51:09 +00:00
Update V2 onions to V3, plus minor corrections (#91)
Resolves #52, Resolves #74, Resolves #80 Searx: https://searx.space DDG: https://old.reddit.com/r/duckduckgo/comments/oc07wj/news_duckduckgo_search_now_available_via_tor/ Njalla: https://twitter.com/njal_la/status/1371832961381904393 Tor: https://www.torproject.org Debian: https://onion.debian.org
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user