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 8849a4b commit 4670918Copy full SHA for 4670918
site.hs
@@ -249,7 +249,7 @@ main = hakyll $ do
249
route idRoute
250
compile $ do
251
sponsors <- buildBoilerplateCtx (Just "Partnerships")
252
- ctx <- allEventsCtx <$> (recentFirst =<< loadAll ("partnerships/*.markdown" .&&. hasNoVersion))
+ ctx <- partnershipCtx <$> (recentFirst =<< loadAll ("partnerships/*.markdown" .&&. hasNoVersion))
253
254
makeItem ""
255
>>= loadAndApplyTemplate "templates/partnerships/list.html" ctx
0 commit comments