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 9c4d3d0 commit f23cdc8Copy full SHA for f23cdc8
site.hs
@@ -126,7 +126,7 @@ main = hakyll $ do
126
route idRoute
127
compile $ do
128
sponsors <- sponsorsCtx . sortOn itemIdentifier <$> loadAll "donations/sponsors/*.markdown"
129
- ctx <- resourcesCtx . sortOn itemIdentifier <$> loadAll "resources/*.markdown"
+ ctx <- resourcesCtx <$> loadAll "resources/*.markdown"
130
131
makeItem ""
132
>>= loadAndApplyTemplate "templates/resources/list.html" ctx
0 commit comments