about summary refs log tree commit diff
path: root/app/views/tags/_og.html.haml
blob: 37f644cf2f91a1667e3c86a9911233ee4f186e56 (plain) (blame)
1
2
3
4
5
6
= opengraph 'og:site_name', t('about.hosted_on', domain: site_hostname)
= opengraph 'og:url', tag_url(@tag)
= opengraph 'og:type', 'website'
= opengraph 'og:title', "##{@tag.display_name}"
= opengraph 'og:description', strip_tags(t('about.about_hashtag_html', hashtag: @tag.display_name))
= opengraph 'twitter:card', 'summary'