1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-26 12:38:28 +09:00
whippy-edition/app/views/layouts/public.html.haml

11 lines
265 B
Plaintext
Raw Normal View History

- content_for :content do
.container= yield
.footer
%span.domain= Rails.configuration.x.local_domain
%span.powered-by
\//
powered by
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
= render template: "layouts/application"