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