Create an h-card widget and display my h-card on the homepage - needs more info but it's a good start
This commit is contained in:
parent
5eccafa9c2
commit
006264e77f
6 changed files with 27 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
module Handler.Home where
|
||||
|
||||
import Import
|
||||
import Widget.Hcard (hcard)
|
||||
|
||||
getHomeR :: Handler Html
|
||||
getHomeR = defaultLayout $(widgetFile "home")
|
||||
getHomeR = do
|
||||
(Entity _ user) <- runDB . getBy404 $ UniqueUser "dani"
|
||||
defaultLayout $(widgetFile "home")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue