This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-09-24 04:47:51 -07:00
|
|
|
- content_for :header_tags do
|
2022-10-20 05:35:29 -07:00
|
|
|
- unless request.path == '/'
|
|
|
|
%meta{ name: 'robots', content: 'noindex' }/
|
|
|
|
|
2022-09-28 19:39:33 -07:00
|
|
|
= render partial: 'shared/og'
|
2018-04-19 17:06:53 -07:00
|
|
|
|
2022-10-05 17:26:34 -07:00
|
|
|
= render 'shared/web_app'
|