mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04: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 %}
|
||||
{{include.website}}
|
||||
{% else %}
|
||||
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" }}
|
||||
{{ include.url | remove: "https://" | remove: "http://" | remove: "www." | remove: "/" | remove: "github.com" }}
|
||||
{% endif %}
|
||||
</a>
|
||||
{% if include.tor %}
|
||||
|
Loading…
Reference in New Issue
Block a user