mastodon/app/views/tags/_og.html.haml

7 lines
311 B
Plaintext
Raw Permalink Normal View History

2017-10-07 20:00:35 +02:00
= 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))
2017-10-07 20:00:35 +02:00
= opengraph 'twitter:card', 'summary'