Bug: 404 Errors
Created by: michaelspellacy
Ran a link scan on your site and noted that humans.txt is throwing a lot of 404's when you have pages loading from within a sub-directory. Adding a forward slash should globally clear that one right up.
Before: <link rel="author" href="humans.txt">
After: <link rel="author" href="/humans.txt">
Also spotted a few other 404's:
Page: https://www.a11yproject.com/announcements/2020-07-15-2020-redesign/ Dead Link: Contact Us (missing mailto: URI, should be mailto:hello@a11yproject.com)
Page: https://www.a11yproject.com/checklist/ Dead Link: modes such as Windows High Contrast or Inverted Colors (https://www.a11yproject.com/checklist/posts/operating-system-and-browser-accessibility-display-modes/)
Page: https://www.a11yproject.com/posts/2013-05-11-skip-nav-links/ Dead Link: ARIA landmarks (https://www.a11yproject.com/posts/aria-landmark-roles/)
Page: https://www.a11yproject.com/posts/2020-05-13-aria-has-perfect-support/ Dead Link: Accessible Rich Internet Applications (ARIA) (https://www.a11yproject.com/posts/getting-started-aria/)
Page: https://www.a11yproject.com/posts/2013-01-11-navigate-using-just-your-keyboard/
Dead Link: Quick Tip: Safari Keyboard Navigation (https://www.a11yproject.com/posts/safari-keyboard-navigation/)
Page: https://www.a11yproject.com/checklist/ Dead Link: skip link (https://www.a11yproject.com/posts/skip-nav-links/)
Page: https://www.a11yproject.com/posts/2013-01-11-navigate-using-just-your-keyboard/ Dead Link: How–to: Use Skip Navigation links (https://www.a11yproject.com/posts/skip-nav-links/)
Congrats again on new launch!