logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

index.html.haml (940B)


  1. - content_for :header_tags do
  2. %link{ href: asset_pack_path('features/getting_started.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
  3. %link{ href: asset_pack_path('features/compose.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
  4. %link{ href: asset_pack_path('features/home_timeline.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
  5. %link{ href: asset_pack_path('features/notifications.js'), crossorigin: 'anonymous', rel: 'preload', as: 'script' }/
  6. %meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key}
  7. %script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
  8. = javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'
  9. .app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
  10. %noscript
  11. = image_tag asset_pack_path('logo.svg'), alt: 'Mastodon'
  12. %div
  13. = t('errors.noscript_html')