You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
311 B

  1. = opengraph 'og:site_name', t('about.hosted_on', domain: site_hostname)
  2. = opengraph 'og:url', tag_url(@tag)
  3. = opengraph 'og:type', 'website'
  4. = opengraph 'og:title', "##{@tag.name}"
  5. = opengraph 'og:description', strip_tags(t('about.about_hashtag_html', hashtag: @tag.name))
  6. = opengraph 'twitter:card', 'summary'