summaryrefslogtreecommitdiff
path: root/repo/www/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'repo/www/template.html')
-rw-r--r--repo/www/template.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/repo/www/template.html b/repo/www/template.html
index 724cde4..b4746d9 100644
--- a/repo/www/template.html
+++ b/repo/www/template.html
@@ -13,7 +13,7 @@ $endif$
$if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
- <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
+ <title>$pagetitle$$if(sitetitle)$ – $sitetitle$$endif$</title>
<style>
$styles.html()$
</style>
@@ -31,9 +31,15 @@ $endfor$
$for(include-before)$
$include-before$
$endfor$
-$if(title)$
<header id="title-block-header">
+<nav class="breadcrumb" aria-label="Breadcrumb">
+<ol>
+$crumbs$
+</ol>
+</nav>
+$if(title)$
<h1 class="title">$title$</h1>
+$endif$
$if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
@@ -44,7 +50,6 @@ $if(date)$
<p class="date">$date$</p>
$endif$
</header>
-$endif$
$if(toc)$
<nav id="$idprefix$TOC" role="doc-toc">
$if(toc-title)$