Set the meta description from the big h-card to match the og:description

This commit is contained in:
Danielle McLean 2017-10-15 22:33:13 +11:00
parent 62920930b5
commit 3b00565bda
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -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}">