Files
hinode/content/en/docs/0.8/components/breadcrumb.md
2023-01-11 15:20:27 +01:00

29 lines
585 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
author: "Mark Dumay"
title: "Breadcrumb"
date: 2023-01-05
description: "Use the breadcrumb shortcode to display the current pages location within the site's navigational hierarchy."
group: components
layout: docs
---
## Overview
Use the `breadcrumb` shortcode to display the current pages location within the site's navigational hierarchy.
## Arguments
The shortcode requires no arguments.
## Example
As an example, the following shortcode displays a breadcrumb for the current page.
```html
{{</* breadcrumb */>}}
```
The result looks like this:
{{< breadcrumb >}}