views/about: use Setting.site_title instead of hardcoding (#1508)

This commit is contained in:
Alex Dunn 2017-04-15 04:28:09 -07:00 committed by Eugen
parent f4045ba3d9
commit 0f889523e4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
.wrapper
%h1
= image_tag 'logo.png'
Mastodon
= Setting.site_title
%p= t('about.about_mastodon').html_safe