The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

8 行
232 B

  1. object false
  2. node(:uri) { site_hostname }
  3. node(:title) { Setting.site_title }
  4. node(:description) { Setting.site_description }
  5. node(:email) { Setting.site_contact_email }
  6. node(:version) { Mastodon::Version }