rib-1.0.0.0: Static site generator based on Shake
Rib.Extra.OpenGraph
Description
Meta tags for The Open Graph protocol: https://ogp.me/
data OpenGraph Source #
Constructors
Fields
Defined in Rib.Extra.OpenGraph
Methods
(==) :: OpenGraph -> OpenGraph -> Bool #
(/=) :: OpenGraph -> OpenGraph -> Bool #
showsPrec :: Int -> OpenGraph -> ShowS #
show :: OpenGraph -> String #
showList :: [OpenGraph] -> ShowS #
toHtml :: Monad m => OpenGraph -> HtmlT m () #
toHtmlRaw :: Monad m => OpenGraph -> HtmlT m () #
data OGType Source #
(==) :: OGType -> OGType -> Bool #
(/=) :: OGType -> OGType -> Bool #
showsPrec :: Int -> OGType -> ShowS #
show :: OGType -> String #
showList :: [OGType] -> ShowS #
toHtml :: Monad m => OGType -> HtmlT m () #
toHtmlRaw :: Monad m => OGType -> HtmlT m () #
data Article Source #
(==) :: Article -> Article -> Bool #
(/=) :: Article -> Article -> Bool #
showsPrec :: Int -> Article -> ShowS #
show :: Article -> String #
showList :: [Article] -> ShowS #
toHtml :: Monad m => Article -> HtmlT m () #
toHtmlRaw :: Monad m => Article -> HtmlT m () #