From a2dad61a48af63db2fd00bee3f6ea487720d33bd Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 3 Oct 2025 10:53:35 +0200 Subject: feat(backend): customize quotes --- backend/config.go | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'backend/config.go') diff --git a/backend/config.go b/backend/config.go index c5a44ef..b1fcbd8 100644 --- a/backend/config.go +++ b/backend/config.go @@ -18,12 +18,13 @@ type Logo struct { } type Config struct { - Domain string `toml:"domain"` - Name string `toml:"name"` - Description string `toml:"description"` - Links []Link `toml:"links"` - Logo Logo `toml:"logo"` - LogFolder string `toml:"log_folder"` + Domain string `toml:"domain"` + Name string `toml:"name"` + Description string `toml:"description"` + Links []Link `toml:"links"` + Logo Logo `toml:"logo"` + LogFolder string `toml:"log_folder"` + Quotes []string `toml:"quotes"` } func (c *Config) DefaultValues() { -- cgit v1.2.3