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

16 lines
463 B
Plaintext
Raw Normal View History

2017-02-10 16:21:01 -06:00
- content_for :page_title do
= "##{@tag.name}"
2017-10-07 13:00:35 -05:00
- content_for :header_tags do
2019-03-12 11:34:00 -05:00
%meta{ name: 'robots', content: 'noindex' }/
2018-05-10 07:38:19 -05:00
%link{ rel: 'alternate', type: 'application/rss+xml', href: tag_url(@tag, format: 'rss') }/
2017-10-07 13:00:35 -05:00
= render 'og'
2017-02-10 16:21:01 -06:00
.page-header
%h1= "##{@tag.name}"
%p= t('about.about_hashtag_html', hashtag: @tag.name)
#mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name, local: @local)) }}
.notranslate#modal-container