-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
in this section - https://render-engine.readthedocs.io/en/latest/theme_management/#handling-static-files.
Change:
Unlike templates you can have more than one static_path you wish to include. You can add mores static paths using site.static_path.add("<path/to/static>").
to
Static Paths are managed by the Site's theme_manager and you can many static_paths. You can add more static paths using site.static_paths.add("<path/to/static>").
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done