Mark up entry permalink pages with OpenGraph garbage too
This commit is contained in:
parent
47fe00a8b8
commit
2956550a6c
4 changed files with 14 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ hCard (Entity userId user) = do
|
|||
<meta name="author" content=#{userFullName user}>
|
||||
<link rel="author" href=@{HomeR}>
|
||||
<meta property="og:type" content="profile">
|
||||
<meta property="og:title" content="#{userFullName user}">
|
||||
<meta property="og:description" content=#{userNote user}>
|
||||
<meta property="og:image" content=@{staticR ["img", userAvatar user]}>
|
||||
<meta property="profile:first_name" content=#{firstName}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue