blob: 04cf08a432c90255488c69b41fd3f64fc1f7b61a (
plain)
1
2
3
4
5
6
7
8
|
--------------------------------------------------------------------------------
module Hakyll.Web.Page.Internal
( Page
) where
--------------------------------------------------------------------------------
type Page = String
|