Removed unused api_salmon_url in haml meta pages

• Removed:
- unused api_salmon_url in haml meta pages
This commit is contained in:
mgabdev
2020-11-09 13:25:56 -06:00
parent 0bfc0f2f38
commit 547cb39dee
3 changed files with 0 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
- if account.user&.setting_noindex
%meta{ name: 'robots', content: 'noindex' }/
%link{ rel: 'salmon', href: api_salmon_url(account.id) }/
%link{ rel: 'alternate', type: 'application/atom+xml', href: account_url(account, format: 'atom') }/
%link{ rel: 'alternate', type: 'application/rss+xml', href: account_url(account, format: 'rss') }/
%link{ rel: 'alternate', type: 'application/activity+json', href: ActivityPub::TagManager.instance.uri_for(account) }/