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:
parent
8dd8fe3eb4
commit
302d4e6fdb
4 changed files with 7 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue