mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-14 07:03:36 +01: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
@ -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…
Reference in New Issue
Block a user