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 ca3614e commit de3c62eCopy full SHA for de3c62e
site.hs
@@ -82,7 +82,7 @@ main = hakyll $ do
82
route idRoute
83
compile $ do
84
sponsors <- buildBoilerplateCtx (Just "Projects")
85
- ctx <- projectsCtx . sortOn itemIdentifier <$> loadAll "projects/*.markdown"
+ ctx <- projectsCtx . sortOn itemIdentifier <$> loadAll ("projects/*.markdown" .&&. hasNoVersion)
86
87
makeItem ""
88
>>= loadAndApplyTemplate "templates/projects/list.html" ctx
0 commit comments