about summary refs log tree commit diff
path: root/app/views/layouts/public.html.haml
blob: 056393bba04d7503e31646f7e7feb895230a3718 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
- content_for :content do
  .container= yield
  .footer
    %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"