diff --git a/src/Handler/Home.hs b/src/Handler/Home.hs index 1b29c0c..598de27 100644 --- a/src/Handler/Home.hs +++ b/src/Handler/Home.hs @@ -8,4 +8,4 @@ module Handler.Home where import Import getHomeR :: Handler Html -getHomeR = defaultLayout $(widgetFile "homepage") +getHomeR = defaultLayout $(widgetFile "home") diff --git a/templates/homepage.hamlet b/templates/home.hamlet similarity index 100% rename from templates/homepage.hamlet rename to templates/home.hamlet