more docs

This commit is contained in:
2023-05-13 20:30:29 -07:00
parent 553316eb50
commit 9391a42718
11 changed files with 251 additions and 88 deletions

9
partials/breadcrumb.html Normal file
View File

@@ -0,0 +1,9 @@
{{# page.breadcrumb.length }}
<nav aria-label="breadcrumbs">
<ol>
{{# page.breadcrumb }}
<li>{{# markdown.render_inline }}{{ . }}{{/ markdown.render_inline }}</li>
{{/ page.breadcrumb }}
</ol>
</nav>
{{/ page.breadcrumb.length }}