Breadcrumbs are a navigation element that shows where you are in the context of a web site. You can see them at the very top of this page.
Uriel has two different substitution parameters to generate breadcrumbs:
The {{breadcrumbs-root:*}} parameter generates links to all of the pages leading up to the current node, including the root node.
This can be useful if the link to the root of the site does not get any special treatment (like an image link with a logo or something), and you want the entire breadcrumb navigation path to be consistent.
On this page of the documentation site, the {{breadcrumbs-root:*}} parameter evalutes to the following value:
Uriel Documentation » Substitution Parameters » {{breadcrumbs-root:*}}
Compare this with the {{breadcrumbs:*}} parameter.
This page was generated by Uriel with the following settings:
Page Details
| Resource | Path | Project File |
|---|---|---|
| Node | parameters/breadcrumbs-root | nodes/parameters/breadcrumbs-root |
| Template | default.html | templates/default.html |
| URL | /parameters/breadcrumbs-root/ | public/parameters/breadcrumbs-root/index.html |
Node Headers
| Header (Lowercase) | Value |
|---|---|
| tags | parameters, breadcrumbs |
| title | {{breadcrumbs-root:*}} |
| +-tags | * |
| breadcrumb-separator | » |
| canonical-url | https://documentation.uriel.foo |
| rss-description | Uriel Documentation |
| rss-image-height | 32 |
| rss-image-url | /favicon-32x32.png |
| rss-image-width | 32 |
| rss-max-entries | 50 |
| rss-title | Uriel Documentation |
| rss-url | /rss.xml |
| sitemap-max-entries | 10000 |
| sitemap-url | /sitemap.xml |
| tag-node | tag |
| template | default.html |
Node Timestamps
| Type | Value |
|---|---|
| Created | |
| Modified | 2026-06-06T23:46:21-04:00 |
Node Methods
| Method | Value |
|---|---|
| get_parent_node() | parameters/index |
| get_path() | parameters/breadcrumbs-root |
| get_node_type() | file |
| get_url() | /parameters/breadcrumbs-root/ |
| get_canonical_url() | https://documentation.uriel.foo/parameters/breadcrumbs-root/ |
| get_name() | breadcrumbs-root |
| get_display_name() | Breadcrumbs Root |
| get_title() | {{breadcrumbs-root:*}} |
| get_escaped_title() | {{breadcrumbs-root:*}} |
| get_link() | <a href="/parameters/breadcrumbs-root/">{{breadcrumbs-root:*}}</a> |
| get_canonical_link() | <a href="https://documentation.uriel.foo/parameters/breadcrumbs-root/">{{breadcrumbs-root:*}}</a> |
| get_link_prefix() | <p> |
| get_link_suffix() | </p> |
| get_tags() | ['breadcrumbs', 'parameters'] |
| get_dest_dir() | ./public/parameters/breadcrumbs-root |
| get_dest_file() | ./public/parameters/breadcrumbs-root/index.html |
| get_breadcrumb_separator() | » |