diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs index 2900468..c248d96 100644 --- a/src/Vervis/Foundation.hs +++ b/src/Vervis/Foundation.hs @@ -962,4 +962,4 @@ instance YesodBreadcrumbs App where WikiPageR shr prj _page -> ("Wiki", Just $ ProjectR shr prj) - _ -> ("PAGE TITLE HERE", Nothing) + _ -> ("PAGE TITLE HERE", Just HomeR)