The code powering m.abunchtell.com https://m.abunchtell.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

17 lignes
511 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. = javascript_pack_tag 'about', integrity: true, crossorigin: 'anonymous'
  7. = render 'og'
  8. .page-header
  9. %h1= "##{@tag.name}"
  10. %p= t('about.about_hashtag_html', hashtag: @tag.name)
  11. #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) }}
  12. #modal-container