summaryrefslogtreecommitdiff
path: root/web/site.hs
diff options
context:
space:
mode:
Diffstat (limited to 'web/site.hs')
-rw-r--r--web/site.hs9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/site.hs b/web/site.hs
index 2bfaf3e..cb3ade4 100644
--- a/web/site.hs
+++ b/web/site.hs
@@ -105,10 +105,11 @@ hackage url
-- | Partition tutorials into tutorial series, other articles, external articles
tutorialsCtx :: [Item String] -> Context String
tutorialsCtx tuts =
- constField "title" "Tutorials" <>
- listField "main" defaultContext (ofType "main") <>
- listField "articles" defaultContext (ofType "article") <>
- listField "externals" defaultContext (ofType "external") <>
+ constField "title" "Tutorials" <>
+ listField "main" defaultContext (ofType "main") <>
+ listField "articles" defaultContext (ofType "article") <>
+ listField "externals" defaultContext (ofType "external") <>
+ listField "robertwpearce" defaultContext (ofType "robertwpearce") <>
defaultContext
where
ofType ty = filterM (\item -> do