Add rel alternate rss/json links to tags show html page (#33179)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
- content_for :header_tags do
|
||||
%link{ rel: :alternate, type: 'application/rss+xml', href: tag_url(@tag) }/
|
||||
%link{ rel: :alternate, type: 'application/activity+json', href: tag_url(@tag) }/
|
||||
%meta{ name: 'robots', content: 'noindex' }/
|
||||
= render partial: 'shared/og'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user