Skip to content

Commit 4b1d267

Browse files
committed
fix: update sponsorsCtx doc
1 parent b237ce7 commit 4b1d267

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ main = hakyll $ do
102102
-- sponsors --------------------------------------------------------------------------------------------
103103
-- | Partition sponsors into by level: monad, applicative, and functor
104104
-- 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.
105+
-- context for most pages.
108106
sponsorsCtx :: [Item String] -> Context String
109107
sponsorsCtx sponsors =
110108
listField "monads" defaultContext (ofMetadataField "level" "Monad" sponsors) <>

0 commit comments

Comments
 (0)