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.

17 lines
598 B

  1. - content_for :page_title do
  2. = "##{@tag.name}"
  3. - content_for :header_tags do
  4. %meta{ name: 'robots', content: 'noindex' }/
  5. %link{ rel: 'alternate', type: 'application/rss+xml', href: tag_url(@tag, format: 'rss') }/
  6. %script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
  7. = javascript_pack_tag 'about', integrity: true, crossorigin: 'anonymous'
  8. = render 'og'
  9. .page-header
  10. %h1= "##{@tag.name}"
  11. %p= t('about.about_hashtag_html', hashtag: @tag.name)
  12. #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) }}
  13. #modal-container