about summary refs log tree commit diff
path: root/app/views/tags/_og.html.haml
blob: a7c289bcb001ac1adc5ba0858e8c1e7871826927 (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.name}"
= opengraph 'og:description', strip_tags(t('about.about_hashtag_html', hashtag: @tag.name))
= opengraph 'twitter:card', 'summary'