nas/app/views/home/index.html.haml
2023-05-11 10:57:42 +09:00

10 lines
299 B
Text

- content_for :header_tags do
- unless request.path == '/'
%meta{ name: 'robots', content: 'noindex, noai, noimageai' }/
- else
%meta{ name: 'robots', content: 'noai, noimageai' }/
%meta{ name: 'CCBot', content: 'nofollow' }
= render partial: 'shared/og'
= render 'shared/web_app'