7 lines
268 B
Text
7 lines
268 B
Text
- content_for :header_tags do
|
|
%meta{ name: 'robots', content: 'noindex, noai, noimageai' }/
|
|
%meta{ name: 'CCBot', content: 'nofollow' }
|
|
|
|
= render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
|
|
|
|
= render 'shared/web_app'
|