feat: add cook history nav link to index page

This commit is contained in:
2026-05-25 22:01:24 -04:00
parent c6a9c2dee4
commit 90971568a3
+1
View File
@@ -705,6 +705,7 @@ indexPage _mode recipes =
H.li $ H.a ! A.href "#tags" $ "By Tag"
H.li $ H.a ! A.href "#course" $ "By Course"
H.li $ H.a ! A.href "/import" $ "Import"
H.li $ H.a ! A.href "/cook-history" $ "Cook History"
-- Search input
H.input
! A.type_ "search"