mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 22:58:12 -05:00
Add og:image:alt for accessibility. (#3066)
* dist/index: Add og:image:alt for accessibility. * src/index, docs/(html|extend): Add og:image:alt everywhere.
This commit is contained in:
1
dist/index.html
vendored
1
dist/index.html
vendored
@@ -12,6 +12,7 @@
|
||||
<meta property="og:type" content="">
|
||||
<meta property="og:url" content="">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:image:alt" content="">
|
||||
|
||||
<link rel="icon" href="/favicon.ico" sizes="any">
|
||||
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
||||
|
||||
Reference in New Issue
Block a user