links
\n" <> "- \n" <>
foldMap extLink links <>
"
{-# OPTIONS_GHC -fdefer-typed-holes #-} module ImagePage (make) where import Info hiding (Text) import qualified Data.Text as Strict import qualified Data.Text.Lazy as Lazy import Data.Text.Lazy.Builder import Data.Time (formatTime, defaultTimeLocale) import qualified Data.Char as Char import qualified Data.Vector as Vector make :: Info -> Lazy.Text make = toLazyText . make' make' :: Info -> Builder make' (Info {date, title, tags, description, images, links}) = "\n" <> "\n" <> "\n" <> "\n\n" <> "