We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b237ce7 commit 4b1d267Copy full SHA for 4b1d267
site.hs
@@ -102,9 +102,7 @@ main = hakyll $ do
102
-- sponsors --------------------------------------------------------------------------------------------
103
-- | Partition sponsors into by level: monad, applicative, and functor
104
-- Sponsors are listed in the footer template, which means we need this
105
--- context for most pages. The first argument is another context so
106
--- we can compose them together, and the usage site can pass in the
107
--- context it is in.
+-- context for most pages.
108
sponsorsCtx :: [Item String] -> Context String
109
sponsorsCtx sponsors =
110
listField "monads" defaultContext (ofMetadataField "level" "Monad" sponsors) <>
0 commit comments