mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-01 15:55:35 +03:00
Fix doc comment.
This commit is contained in:
parent
d937bfdaa2
commit
213d1af929
@ -108,12 +108,9 @@ canonicalLink maybePath =
|
||||
|
||||
{-| Example:
|
||||
|
||||
metaProperty
|
||||
[ ( "property", "og:type" )
|
||||
, ( "content", "article" )
|
||||
]
|
||||
Head.metaProperty "fb:app_id" ( Head.raw "123456789" )
|
||||
|
||||
Results in `<meta property="og:type" content="article" />`
|
||||
Results in `<meta property="fb:app_id" content="123456789" />`
|
||||
|
||||
-}
|
||||
metaProperty : String -> AttributeValue pathKey -> Tag pathKey
|
||||
|
Loading…
Reference in New Issue
Block a user