From 415005c7a499fcf52da2792f18a3690a76e1abff Mon Sep 17 00:00:00 2001 From: Matthieu Esnault <matthieu.esn0@gmail.com> Date: Wed, 10 Jun 2020 05:59:30 +0000 Subject: [PATCH] Fix the README about the custom style.css --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 81c39bf..ed7e94b 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Put custom css styles in static/css/style.css and enable this css in the config: ```toml -[[params.custom.css]] +[params.custom.css] enable = true ``` -- Gitblit v1.10.0