Skip to content

Commit c1cb24a

Browse files
Merge pull request #255 from haskellfoundation/february-2023-update
Add February update
2 parents 5cba61f + a4534ef commit c1cb24a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Haskell Foundation February 2023 Update
3+
---
4+
5+
David Thrane Christiansen posted the <a href='https://discourse.haskell.org/t/haskell-foundation-february-2023-update/5896' target='_blank'>February 2023 Foundation update</a> in our community's Discourse instance.

site.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ main = hakyll $ do
249249
podcastsCtx <- podcastListCtx . take 1 . reverse . sortOn podcastOrd <$> loadAll ("podcast/*/index.markdown" .&&. hasVersion "raw")
250250
careers <- loadAll @String "careers/*.markdown"
251251
careersCtx <- careersCtx . reverse <$> loadAll "careers/*.markdown"
252-
announces <- take 1 <$> (recentFirst =<< loadAll @String "news/*/**.markdown")
252+
announces <- take 1 <$> (recentFirst =<< loadAll @String ("news/*/**.markdown" .&&. hasNoVersion))
253253
let announceCtx = announcementsCtx announces
254254
eventsCtx <- activeEventsCtx <$> (recentFirst =<< loadAll ("events/*.markdown" .&&. hasNoVersion))
255255

0 commit comments

Comments
 (0)