diff options
author | breadcat | 2020-06-28 00:09:03 +0100 |
---|---|---|
committer | breadcat | 2020-06-28 00:09:03 +0100 |
commit | ea9509589b651ba752ff72e32c8f4fd4b351fbe8 (patch) | |
tree | 0c3a4f35c9fde38a272d8b6a2f6d4e15183a2f88 /config.toml | |
parent | 1b04866a8c7430a698e67b346dc059e54154143d (diff) | |
download | blog.minskio.co.uk-ea9509589b651ba752ff72e32c8f4fd4b351fbe8.tar.gz blog.minskio.co.uk-ea9509589b651ba752ff72e32c8f4fd4b351fbe8.tar.bz2 blog.minskio.co.uk-ea9509589b651ba752ff72e32c8f4fd4b351fbe8.zip |
Add languages
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index db7a0f6..3bd4669 100644 --- a/config.toml +++ b/config.toml @@ -17,4 +17,5 @@ theme = "Brine" tag = "tags" category = "categories" recipe = "recipe" + language = "language" |