Skip to content

Commit 4670918

Browse files
committed
User partnership context
1 parent 8849a4b commit 4670918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ main = hakyll $ do
249249
route idRoute
250250
compile $ do
251251
sponsors <- buildBoilerplateCtx (Just "Partnerships")
252-
ctx <- allEventsCtx <$> (recentFirst =<< loadAll ("partnerships/*.markdown" .&&. hasNoVersion))
252+
ctx <- partnershipCtx <$> (recentFirst =<< loadAll ("partnerships/*.markdown" .&&. hasNoVersion))
253253

254254
makeItem ""
255255
>>= loadAndApplyTemplate "templates/partnerships/list.html" ctx

0 commit comments

Comments
 (0)