Rename the widget files for the Home handler to also be called 'home'
This commit is contained in:
parent
85f3147e88
commit
b0d997dabc
2 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ module Handler.Home where
|
|||
import Import
|
||||
|
||||
getHomeR :: Handler Html
|
||||
getHomeR = defaultLayout $(widgetFile "homepage")
|
||||
getHomeR = defaultLayout $(widgetFile "home")
|
||||
|
|
Loading…
Reference in a new issue