2017-03-15 17:12:48 -05:00
|
|
|
object false
|
|
|
|
|
2017-04-17 17:16:32 -05:00
|
|
|
node(:uri) { site_hostname }
|
2017-03-15 17:12:48 -05:00
|
|
|
node(:title) { Setting.site_title }
|
|
|
|
node(:description) { Setting.site_description }
|
|
|
|
node(:email) { Setting.site_contact_email }
|
2017-04-27 08:22:19 -05:00
|
|
|
node(:version) { Mastodon::Version }
|