diff options
author | Simounet <contact@simounet.net> | 2020-01-29 22:26:00 +0100 |
---|---|---|
committer | Simounet <contact@simounet.net> | 2020-02-07 13:21:48 +0100 |
commit | 33e3eeaec851158289e1a236cfe08a475cc6364a (patch) | |
tree | 0cb4c3b64622bfcc818026d667ee3b286644bd19 /app | |
parent | 62107f50d3b43039a635dcaecce317ef0299ee1f (diff) | |
download | wallabag-33e3eeaec851158289e1a236cfe08a475cc6364a.tar.gz wallabag-33e3eeaec851158289e1a236cfe08a475cc6364a.tar.zst wallabag-33e3eeaec851158289e1a236cfe08a475cc6364a.zip |
Load custom.css only if exists
Diffstat (limited to 'app')
-rw-r--r-- | app/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/services.yml b/app/config/services.yml index 25bbe5dc..c2c867cf 100644 --- a/app/config/services.yml +++ b/app/config/services.yml | |||
@@ -16,6 +16,7 @@ services: | |||
16 | - "@security.token_storage" | 16 | - "@security.token_storage" |
17 | - "%wallabag_core.cache_lifetime%" | 17 | - "%wallabag_core.cache_lifetime%" |
18 | - "@translator" | 18 | - "@translator" |
19 | - "%kernel.root_dir%" | ||
19 | tags: | 20 | tags: |
20 | - { name: twig.extension } | 21 | - { name: twig.extension } |
21 | 22 | ||