about summary refs log tree commit diff
path: root/app/views/layouts/public.html.haml
blob: 14c37e0dd91540c6c7adad009385d29198419641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
- 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"