toml format on configs from now on
This commit is contained in:
parent
a142ea435b
commit
c4b1b20187
@ -5,15 +5,15 @@
|
||||
|
||||
# Used to help sites embed some information about your site
|
||||
# Especially when the server's site is linked in another freechat/slack/discord server
|
||||
open-graph:
|
||||
title: Freechat
|
||||
type: Decentralized chat
|
||||
url: freechat.io
|
||||
image: /static/media/images/logo.png
|
||||
[open-graph]
|
||||
title="Freechat"
|
||||
type="Decentralized chat"
|
||||
url="freechat.io"
|
||||
image="/static/media/logo.png"
|
||||
|
||||
|
||||
general:
|
||||
url: freechat.io
|
||||
favicon: /static/media/images/favicon.png
|
||||
quip: Freely chat with freechat!
|
||||
[general]
|
||||
url="freechat.io"
|
||||
favicon:"/static/media/favicon.png"
|
||||
quip:"Freely chat with freechat!"
|
||||
|
Loading…
Reference in New Issue
Block a user