diff --git a/content/developer/howtos/website_themes/theming.rst b/content/developer/howtos/website_themes/theming.rst index c606c2509..89ffa7c6c 100644 --- a/content/developer/howtos/website_themes/theming.rst +++ b/content/developer/howtos/website_themes/theming.rst @@ -52,18 +52,17 @@ package its theme like a module. website_airproof ├── data ├── i18n - ├── lib ├── static │ ├── description │ ├── fonts - │ ├── image_shapes // Shapes for images + │ ├── lib │ ├── shapes // Shapes for background │ └── src │ ├── img │ │ ├── content // For those used in the pages of your website │ │ └── wbuilder // For those used in the builder │ ├── js - │ ├── scss + │ ├── scss // Theme specific styles │ └── snippets // custom snippets ├── views ├── __init__.py