Skip to content

Commit 2e9ba53

Browse files
committed
fix: remove dead code
1 parent 8635296 commit 2e9ba53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ projectsCtx projects =
131131
defaultContext
132132

133133
-- news ------------------------------------------------------------------------------------------------
134-
buildNewsCtx :: Tags -> Context String
135-
buildNewsCtx categories =
136-
tagsField "categories" categories <>
137-
defaultContext
138-
139134
-- | build group of news inside date of publishing (category)
140135
newsWithCategoriesCtx :: Tags -> Context String
141136
newsWithCategoriesCtx categories =

0 commit comments

Comments
 (0)