zwbetz-gh / cupper-hugo-theme

An accessibility-friendly Hugo theme, ported from the original Cupper project.
https://cupper-hugo-theme.netlify.app/
MIT License
301 stars 190 forks source link

New Chrome update breaks hugo/cupper site "skip to content" banner along the top #24

Closed joelouthan closed 4 years ago

joelouthan commented 4 years ago

Describe the bug Recent Chrome update (MacOS, Linux, etc.) now renders the site with "skip to content" black banner across the top

To Reproduce Steps to reproduce the behavior:

  1. Go to: https://theologic.us/
  2. Click on: nothing
  3. Scroll down to: it's on the main page
  4. See error

Expected behavior Not to have a black banner that says "skip to content"

Screenshots image

Desktop (please complete the following information):

zwbetz-gh commented 4 years ago

I cannot reproduce your issue

I've tested with Chrome Version 80.0.3987.149

I don't have a Mac to test with at the moment, but I've tested with Windows 10 and Ubuntu 18.04

joelouthan commented 4 years ago

I have no reason why I was so put off by this.

grep -R "skip to content" * themes/cupper/layouts/_default/baseof.html: <a href="#main">skip to content</a>

Just went into that file and deleted that line. Easy peasy.