mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 00:28:07 +01:00
298d28af51
Fix #2589
7 lines
237 B
Ruby
7 lines
237 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.to_s }
|