The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

13 lines
459 B

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