This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-03-15 23:12:48 +01:00
|
|
|
object false
|
|
|
|
|
2017-04-18 00:16:32 +02:00
|
|
|
node(:uri) { site_hostname }
|
2017-03-15 23:12:48 +01:00
|
|
|
node(:title) { Setting.site_title }
|
|
|
|
node(:description) { Setting.site_description }
|
|
|
|
node(:email) { Setting.site_contact_email }
|
2017-04-21 03:30:59 +02:00
|
|
|
node(:version) { Mastodon::VERSION }
|