Skip to content

Fix duplicate ID in navigation

Guido Knips requested to merge Knirps/peppercarrot-website:main into main
  • comic navigation (first, prev, next, last) is included above and below comic
  • each button has a ID, so there was a duplicate ID on each comic page (invalid HTML)
  • IDs were required by script to navigate with arrow keys, so the script was changed to use classes instead of IDs

Merge request reports