Skip to content

Clarify static_path management #797

@kjaymiller

Description

@kjaymiller

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

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions