diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 17:21:41 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 17:21:41 +0100 |
| commit | 3ce41d99d688410a361d83767b50b64a35b569d4 (patch) | |
| tree | 3e53a0a1356950575d152f3d8d1eb18bec33c633 /backend/config.go | |
| parent | 0c3a89ee546a2a3215eb32d9786dabeda051812d (diff) | |
feat(sections): general rss feed
Diffstat (limited to 'backend/config.go')
| -rw-r--r-- | backend/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/config.go b/backend/config.go index 29e1397..cd24592 100644 --- a/backend/config.go +++ b/backend/config.go @@ -29,6 +29,7 @@ type Config struct { Description string `toml:"description"` DefaultImage string `toml:"default_image"` Quotes []string `toml:"quotes"` + Language string `toml:"language"` Sections []Section `toml:"section"` |
