diff --git a/src/Roux/Html.hs b/src/Roux/Html.hs
index d2c0298..3836de7 100644
--- a/src/Roux/Html.hs
+++ b/src/Roux/Html.hs
@@ -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"