mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 15:33:10 +00:00
29 lines
585 B
Markdown
29 lines
585 B
Markdown
---
|
||
author: "Mark Dumay"
|
||
title: "Breadcrumb"
|
||
date: 2023-01-05
|
||
description: "Use the breadcrumb shortcode to display the current page’s location within the site's navigational hierarchy."
|
||
group: components
|
||
layout: docs
|
||
---
|
||
|
||
## Overview
|
||
|
||
Use the `breadcrumb` shortcode to display the current page’s 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 >}}
|