diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/public.html.haml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 2234df225..14c37e0dd 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -1,6 +1,10 @@ - content_for :content do .container= yield .footer - .domain= Rails.configuration.x.local_domain + %span.domain= Rails.configuration.x.local_domain + %span.powered-by + \// + powered by + = link_to 'Mastodon', 'https://github.com/Gargron/mastodon' = render template: "layouts/application" |