Add support for social profiles on the h-card, which become rel="me" links
This commit is contained in:
parent
c5fd0fd326
commit
e81a44d122
5 changed files with 21 additions and 4 deletions
|
@ -10,5 +10,5 @@ import Widget.Hcard (hcard)
|
|||
|
||||
getHomeR :: Handler Html
|
||||
getHomeR = do
|
||||
(Entity _ user) <- runDB . getBy404 $ UniqueUser "dani"
|
||||
user <- runDB . getBy404 $ UniqueUser "dani"
|
||||
defaultLayout $(widgetFile "home")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue