Table of Contents
Breadcrumb Plugin
The Breadcrumb Plugin generates a navigation trail based on the site's directory structure.
How it works
The plugin analyzes the relative path of the current page and creates a sequence of links back to the root.
Variables (Template)
[ breadcrumbs ]: The generated HTML for the breadcrumb trail (e.g.,Home / Docs / Components).
Configuration
Enable in fluid.cfg:
[plugins]
enabled=..., breadcrumb
Example Usage
<div class="header-breadcrumb">[ breadcrumbs ]</div>