Strip github.com to display website in buttons
This fixes the broken Magic Wormhole button
This commit is contained in:
parent
cb9df72dc4
commit
63c4a7cc95
@ -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 %}
|
||||
|
Reference in New Issue
Block a user