packages feed

hablo-1.1.0.1: test/Mock/Blog/Skin.hs

module Mock.Blog.Skin (
    simple
  ) where

import Blog.Skin (Skin(..))
import Prelude hiding (head)

simple :: Skin
simple = Skin {
      banner = Nothing
    , cardImage = Nothing
    , favicon = Nothing
    , head = Nothing
    , previewArticlesCount = 3
    , previewLinesCount = 10
  }