From 9f91f1a228632841610fe7a309c7ca80888a6baa Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 17:57:24 +0100 Subject: [PATCH] Strip github.com to display website in buttons This fixes the broken Magic Wormhole button --- _includes/card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/card.html b/_includes/card.html index 11847f44..c1602c85 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -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 %} {% if include.tor %}