From a679eb896722d17883392a513bff7f4e58fb4d9d Mon Sep 17 00:00:00 2001 From: Alexis Couvreur Date: Tue, 15 Nov 2022 14:31:09 +0000 Subject: [PATCH] docs(themes): fix file tree indent --- docs/THEMES.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/THEMES.md b/docs/THEMES.md index 7afa37b..9696883 100644 --- a/docs/THEMES.md +++ b/docs/THEMES.md @@ -79,13 +79,14 @@ See the [embedded themes](../app/http/pages/themes/). ## How to load my custom theme You can load themes by specifying their name and their relative path from the `--strategy.dynamic.custom-themes-path` value. - ```bash - /my/custom/themes/ - ├── custom1.html # custom1 - ├── custom2.html # custom2 - └── special - └── secret.html # special/secret - ``` + +```bash +/my/custom/themes/ +├── custom1.html # custom1 +├── custom2.html # custom2 +└── special + └── secret.html # special/secret +``` Such as