Small validation fixes

- prevent repeated IDs in mastodon icon SVG
  - fix missing offset attribute in mastodon icon SVG
  - remove un-needed role on <nav> element
  - add empty alt attribute to some social icons
This commit is contained in:
Jonny Barnes 2023-11-27 22:10:50 +00:00
parent 8dd8fe3eb4
commit 302d4e6fdb
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 7 additions and 6 deletions

View file

@ -74,6 +74,7 @@
$note->mastodon_url
)
@include('templates.social-links', [
'id' => $note->id,
'tweet_id' => $note->tweet_id,
'facebook_url' => $note->facebook_url,
'swarm_url' => $note->swarm_url,