mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 00:28:07 +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 }
|