Skip to content
Snippets Groups Projects
public.html.haml 380 B
Newer Older
- content_for :header_tags do
  = javascript_include_tag 'application_public'

    %span.domain= link_to Rails.configuration.x.local_domain, root_path
      = t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon')).html_safe

= render template: "layouts/application"