mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 14:04:39 +00:00
45aa5781ce
- Add rake task for generating Apple/Android icons and favicons from SVG - Add rake task for generating PNG icons and logos for e-mails from SVG - Remove obsolete Microsoft icons and configuration - Remove PWA shortcut icons
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
- content_for :header_tags do
|
|
= javascript_pack_tag 'public', crossorigin: 'anonymous'
|
|
|
|
- content_for :content do
|
|
.container-alt
|
|
.logo-container
|
|
%h1
|
|
= link_to root_path do
|
|
= logo_as_symbol(:wordmark)
|
|
|
|
.form-container
|
|
= render 'flashes'
|
|
|
|
= yield
|
|
|
|
= render template: 'layouts/application'
|