blob: 313aabb0b9c04c05ef2be4901eb8c68c7c5e37c6 (
plain) (
blame)
1
2
3
4
5
6
7
|
object false
node(:uri) { site_hostname }
node(:title) { Setting.site_title }
node(:description) { Setting.site_description }
node(:email) { Setting.site_contact_email }
node(:version) { Mastodon::Version.to_s }
|