From 9e659c7652cdcf5496db6616e2cc5e1567e2ace9 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Sat, 26 Dec 2020 13:52:53 -0600 Subject: [PATCH] Ignore twitter link For some reason, twitter has begun sending bad HTTP responses to command line user agents. :( --- test/validate | 1 + 1 file changed, 1 insertion(+) diff --git a/test/validate b/test/validate index dd57e27..c7d0e00 100755 --- a/test/validate +++ b/test/validate @@ -18,5 +18,6 @@ msg Success: Serving jekyll site locally --assume-extension \ --log-level=debug \ --http-status-ignore 429 \ + --url-ignore https://twitter.com/TheLocehiliosan \ _site msg Success: Validated site with html-proofer