diff options
author | sptaule <lecas83@gmail.com> | 2022-01-27 18:10:37 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-27 18:10:37 +0100 |
commit | 1da8b90340235753b935a880d797cb796700d151 (patch) | |
tree | e6c98c0999eb3b58e3ebfd72b88c4379a8fa51d0 /config.toml | |
parent | a8d6c4635cf4e49320ebee8ee6f348769b65ffa8 (diff) | |
download | garagehq.deuxfleurs.fr-1da8b90340235753b935a880d797cb796700d151.tar.gz garagehq.deuxfleurs.fr-1da8b90340235753b935a880d797cb796700d151.zip |
Doc refactor, doc and index QoL, fix search: working on every page
Diffstat (limited to 'config.toml')
-rwxr-xr-x | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 64cddcc..5db7b77 100755 --- a/config.toml +++ b/config.toml @@ -68,6 +68,8 @@ webmanifest = "/icons/site.webmanifest" name = "Garage" description = "An open-source distributed storage service you can self-host to fullfill many needs" logo = "/images/garage-logo.svg" +logo_simple = "/images/garage-logo-simple.svg" +logo_horizontal = "/images/garage-logo-horizontal.svg" [extra.author] name = "Garage" |