summaryrefslogtreecommitdiff
path: root/site.hs
diff options
context:
space:
mode:
Diffstat (limited to 'site.hs')
-rw-r--r--site.hs11
1 files changed, 5 insertions, 6 deletions
diff --git a/site.hs b/site.hs
index 3b9bfab..2b45e75 100644
--- a/site.hs
+++ b/site.hs
@@ -120,12 +120,11 @@ main = hakyllWith config $ do
--------------------------------------------------------------------------------
postCtx :: Context String
-postCtx =
- dateField "date" "%B %e, %Y" <>
- photoSnippet <>
- flattrSnippet <>
- licenseSnippet <>
- defaultContext
+postCtx = dateField "date" "%B %e, %Y"
+ <> photoSnippet
+ <> flattrSnippet
+ <> licenseSnippet
+ <> defaultContext
-- If a post declares a certain key in the metadata header,
-- load the given template, otherwise ignore.