diff options
Diffstat (limited to 'repo/www/template.html')
| -rw-r--r-- | repo/www/template.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/repo/www/template.html b/repo/www/template.html index 724cde4..f2b308d 100644 --- a/repo/www/template.html +++ b/repo/www/template.html @@ -33,6 +33,11 @@ $include-before$ $endfor$ $if(title)$ <header id="title-block-header"> +<nav class="breadcrumb" aria-label="Breadcrumb"> +<ol> +$crumbs$ +</ol> +</nav> <h1 class="title">$title$</h1> $if(subtitle)$ <p class="subtitle">$subtitle$</p> |
