mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-26 12:26:45 +00:00
8 lines
232 B
Ruby
8 lines
232 B
Ruby
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 }
|