hakyll-4.5.5.0: A static website compiler library

Safe HaskellNone

Hakyll.Core.Metadata

Synopsis

Documentation

type Metadata = Map String StringSource

getMetadataField :: MonadMetadata m => Identifier -> String -> m (Maybe String)Source

getMetadataField' :: MonadMetadata m => Identifier -> String -> m StringSource

Version of getMetadataField which throws an error if the field does not exist.