2016-12-18 14:20:39 +00:00
|
|
|
!!! 5
|
2017-05-08 01:35:25 +00:00
|
|
|
%html{ lang: I18n.locale }
|
2016-12-18 14:20:39 +00:00
|
|
|
%head
|
2017-05-08 01:35:25 +00:00
|
|
|
%meta{ charset: 'utf-8' }/
|
2017-07-14 14:41:02 +00:00
|
|
|
%meta{ name: 'robots', content: 'noindex' }/
|
|
|
|
|
2018-10-12 00:19:10 +00:00
|
|
|
- if cdn_host?
|
|
|
|
%link{ rel: 'dns-prefetch', href: cdn_host }/
|
2020-10-12 23:19:35 +00:00
|
|
|
%meta{ name: 'cdn-host', content: cdn_host }/
|
2018-10-12 00:19:10 +00:00
|
|
|
|
|
|
|
- if storage_host?
|
|
|
|
%link{ rel: 'dns-prefetch', href: storage_host }/
|
|
|
|
|
2024-09-12 12:54:16 +00:00
|
|
|
= theme_style_tags 'mastodon-light'
|
2017-06-05 08:08:31 +00:00
|
|
|
= javascript_pack_tag 'common', integrity: true, crossorigin: 'anonymous'
|
2023-07-21 09:14:26 +00:00
|
|
|
= preload_pack_asset "locale/#{I18n.locale}-json.js"
|
2020-01-18 18:50:43 +00:00
|
|
|
= render_initial_state
|
2024-09-12 09:41:19 +00:00
|
|
|
= javascript_pack_tag 'embed', integrity: true, crossorigin: 'anonymous'
|
2016-12-18 14:20:39 +00:00
|
|
|
%body.embed
|
|
|
|
= yield
|
2020-01-18 18:50:43 +00:00
|
|
|
|
2024-06-06 07:50:15 +00:00
|
|
|
.logo-resources{ 'tabindex' => '-1', 'inert' => true, 'aria-hidden' => 'true' }
|
2024-03-19 14:17:18 +00:00
|
|
|
= inline_svg_tag 'logo-symbol-icon.svg'
|