You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
265 B

  1. - content_for :content do
  2. .container= yield
  3. .footer
  4. %span.domain= Rails.configuration.x.local_domain
  5. %span.powered-by
  6. \//
  7. powered by
  8. = link_to 'Mastodon', 'https://github.com/Gargron/mastodon'
  9. = render template: "layouts/application"