Merge pull request #166 from georgesboris/patch-1

Fix outdated `metaName` doc
This commit is contained in:
Dillon Kearns 2021-08-24 10:48:41 -07:00 committed by GitHub
commit 7ab2ccaf68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,10 +370,7 @@ metaProperty property content =
{-| Example:
metaName
[ ( "name", "twitter:card" )
, ( "content", "summary_large_image" )
]
Head.metaName "twitter:card" (Head.raw "summary_large_image")
Results in `<meta name="twitter:card" content="summary_large_image" />`