Draft: Initial content #11

Open
savau wants to merge 28 commits from content into restructure
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 203a3722b4 - Show all commits

View File

@ -4,6 +4,7 @@ tags:
- index
- about
sort: 9999
show: "False"
---
# Unsere Partner

View File

@ -197,7 +197,7 @@ main =
fmap (fromMaybe tag') . runMaybeT . asum $
map (\itemId -> MaybeT $ getMetadataField itemId "title") tagItems'
, constField "route" navRoute
, listField "posts" (constField "tag" tag' <> constField "route" navRoute <> postContext) (metadataSort =<< mapM load ids)
, listField "posts" (constField "tag" tag' <> constField "route" navRoute <> postContext) (metadata =<< mapM load ids)
]
tagNavTemplate