From 33e3eeaec851158289e1a236cfe08a475cc6364a Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 29 Jan 2020 22:26:00 +0100 Subject: Load custom.css only if exists --- app/config/services.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'app') 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: - "@security.token_storage" - "%wallabag_core.cache_lifetime%" - "@translator" + - "%kernel.root_dir%" tags: - { name: twig.extension } -- cgit v1.2.3