nas/app/views/follower_accounts/index.html.haml
2023-05-11 09:10:06 +09:00

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'