mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 11:55:41 +03:00
Merge pull request #166 from georgesboris/patch-1
Fix outdated `metaName` doc
This commit is contained in:
commit
7ab2ccaf68
@ -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" />`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user