feat: so very close

This commit is contained in:
Nick 2024-12-28 18:42:47 -06:00
parent 131dbfe8a3
commit f9b8f59df9
30 changed files with 1500 additions and 1272 deletions

View file

@ -113,7 +113,7 @@ articleList device =
-- ,
List.map
(\article ->
cardMaker device (C.BlogArticle article) (contentList article)
cardMaker device (C.BlogArticle article) (contentList article [])
)
[ articleSapienDiet ]
]