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
|
@ -15,5 +15,12 @@ Comment json -- Adding "json" causes ToJSON and FromJSON instances to be derived
|
|||
userId UserId Maybe default=NULL
|
||||
deriving Eq
|
||||
deriving Show
|
||||
Site
|
||||
icon Text sqltype=varchar(255)
|
||||
url Text sqltype=varchar(255)
|
||||
Profile
|
||||
userId UserId
|
||||
siteId SiteId
|
||||
username Text sqltype=varchar(255)
|
||||
|
||||
-- By default this file is used in Model.hs (which is imported by Foundation.hs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue