mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-12-18 09:12:26 -05:00
Strip github.com to display website in buttons
This fixes the broken Magic Wormhole button
This commit is contained in:
parent
4f5522160f
commit
9f91f1a228
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
{% if include.website %}
|
{% if include.website %}
|
||||||
{{include.website}}
|
{{include.website}}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }}
|
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" | remove: "github.com" }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% if include.tor %}
|
{% if include.tor %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue