From f7490b5bc3fb749b7034c2a4d9397dee96fc1814 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Sun, 27 Dec 2020 21:22:35 -0600 Subject: [PATCH] Ignore all twitter URLs --- test/validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validate b/test/validate index c7d0e00..2fda429 100755 --- a/test/validate +++ b/test/validate @@ -18,6 +18,6 @@ msg Success: Serving jekyll site locally --assume-extension \ --log-level=debug \ --http-status-ignore 429 \ - --url-ignore https://twitter.com/TheLocehiliosan \ + --url-ignore /twitter.com/ \ _site msg Success: Validated site with html-proofer