mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 16:03:42 +01:00
6 lines
212 B
Ruby
6 lines
212 B
Ruby
object false
|
|
|
|
node(:uri) { Rails.configuration.x.local_domain }
|
|
node(:title) { Setting.site_title }
|
|
node(:description) { Setting.site_description }
|
|
node(:email) { Setting.site_contact_email }
|