1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-08 10:53:34 +09:00
YuruToot/app/views/layouts/public.html.haml

11 lines
284 B
Plaintext
Raw Normal View History

- content_for :content do
.container= yield
.footer
2016-10-03 23:10:17 +09:00
%span.domain= link_to Rails.configuration.x.local_domain, root_path
%span.powered-by
\//
powered by
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
= render template: "layouts/application"