diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2019-08-19 03:54:36 +0900 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-20 23:32:58 -0600 |
commit | 892b9a8476ed1007ae5ae499059e958f10ee6ba8 (patch) | |
tree | adb7f8baf0ece07b9d47b51a9d61ad7c945c32ac /app/views/accounts/show.html.haml | |
parent | 4363c65753e20c03b1aac22de432ed5dcae9182e (diff) |
port tootsuite#10502 to monsterfork: Add an RSS feed tagged to a public profile page
* Add featured tag support to rss feed on public account page * fix codeing style
Diffstat (limited to 'app/views/accounts/show.html.haml')
-rw-r--r-- | app/views/accounts/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/accounts/show.html.haml b/app/views/accounts/show.html.haml index 428f4d259..bcfd3ff79 100644 --- a/app/views/accounts/show.html.haml +++ b/app/views/accounts/show.html.haml @@ -7,6 +7,7 @@ - if @account.user&.setting_noindex %meta{ name: 'robots', content: 'noindex' }/ + %link{ rel: 'alternate', type: 'application/rss+xml', href: @rss_url }/ %link{ rel: 'alternate', type: 'application/activity+json', href: ActivityPub::TagManager.instance.uri_for(@account) }/ - if @older_url |