From 490162e277a1db52b5e7d9f091b4609a4e6b66b4 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 1 Sep 2010 10:26:21 +0200 Subject: Fix 2 tutorial issues (patch by Carl Mäsak) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hakyll/tutorials/part05.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/hakyll/tutorials/part05.markdown b/examples/hakyll/tutorials/part05.markdown index f21819f..4d52a32 100644 --- a/examples/hakyll/tutorials/part05.markdown +++ b/examples/hakyll/tutorials/part05.markdown @@ -102,7 +102,7 @@ signature of `createListing`: createListing :: FilePath -> [FilePath] -> [HakyllAction () Context] - -> [(String, Either String (HakyllAction () String)] + -> [(String, Either String (HakyllAction () String))] -> HakyllAction () Context ~~~~~ @@ -120,7 +120,7 @@ simple template: ~~~~~ -We then give a list of @Context@s to render. For our index, these are the 3 last +We then give a list of `Context`s to render. For our index, these are the 3 last posts. The last argument of the `createListing` functions lets you specify additional key-value pairs, like in `createCustomPage`. We use this to set the title of our page. So, we create our index page using: -- cgit v1.2.3