Set the meta description from the big h-card to match the og:description
This commit is contained in:
parent
62920930b5
commit
3b00565bda
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ hCard (Entity userId user) = do
|
|||
|
||||
toWidgetHead [hamlet|
|
||||
<meta name="author" content=#{userFullName user}>
|
||||
<meta name="description" content=#{unMarkdown $ userNote user}>
|
||||
<link rel="author" href=@{HomeR}>
|
||||
<meta property="og:type" content="profile">
|
||||
<meta property="og:title" content="#{userFullName user}">
|
||||
|
|
Loading…
Reference in a new issue