From 68ea8504910144b0bcd00bd63beadf97eadac194 Mon Sep 17 00:00:00 2001 From: Carlos Valverde Date: Mon, 24 Feb 2025 17:40:33 +0100 Subject: [PATCH] --wip-- --- content/developer/howtos/website_themes/theming.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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