From 7de96afb2afa85a970575034dd61b8fdb09cb5b6 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 9 Nov 2022 16:57:49 -0500 Subject: [PATCH 1/2] Changed OG text to what Marc provided --- src/layouts/partials/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/partials/head.html b/src/layouts/partials/head.html index a72d8ae..df36e23 100644 --- a/src/layouts/partials/head.html +++ b/src/layouts/partials/head.html @@ -84,13 +84,13 @@ - + - + From a442eb84eb154994516b866d67e86ed08d08f8e6 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 9 Nov 2022 17:09:09 -0500 Subject: [PATCH 2/2] Twitter failing link checker --- lychee.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 6b90019..4bf20df 100644 --- a/lychee.toml +++ b/lychee.toml @@ -21,5 +21,6 @@ exclude = [ "file:///home/runner/work/www/www/public/tea.white-paper.pdf", "file:///home/runner/work/www/www/public/manage.kmail-lists.com/subscriptions/subscribe", "file:///home/runner/work/www/www/public/www.klaviyo.com/media/js/public/klaviyo_subscribe.js", - "https://openssl.org/" + "https://openssl.org/", + "https://twitter.com/teaxyz_" ]