mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-23 13:05:12 +01:00
parent
439b2dceda
commit
298d28af51
@ -4,4 +4,4 @@ node(:uri) { site_hostname }
|
|||||||
node(:title) { Setting.site_title }
|
node(:title) { Setting.site_title }
|
||||||
node(:description) { Setting.site_description }
|
node(:description) { Setting.site_description }
|
||||||
node(:email) { Setting.site_contact_email }
|
node(:email) { Setting.site_contact_email }
|
||||||
node(:version) { Mastodon::Version }
|
node(:version) { Mastodon::Version.to_s }
|
||||||
|
Loading…
Reference in New Issue
Block a user