2016-03-05 23:42:40 +01:00
|
|
|
- content_for :content do
|
2016-03-12 16:09:46 +01:00
|
|
|
.container= yield
|
2016-03-05 23:42:40 +01:00
|
|
|
.footer
|
2016-10-03 16:10:17 +02:00
|
|
|
%span.domain= link_to Rails.configuration.x.local_domain, root_path
|
2016-03-25 03:22:26 +01:00
|
|
|
%span.powered-by
|
|
|
|
\//
|
|
|
|
powered by
|
|
|
|
= link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
|
2016-03-05 23:42:40 +01:00
|
|
|
|
|
|
|
= render template: "layouts/application"
|