diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-28 19:49:44 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-09-28 19:49:44 +0200 |
| commit | 8822043d6bc93571e400f6e236900a8668a5d724 (patch) | |
| tree | 49819e64ccc5ba982c2f084acd6cbaf4822b577a /repo/www/template.html | |
| parent | 4e695c301cae8fa2e6d6ab582de2415fc481e1b6 (diff) | |
| parent | 7bc5ee87b62ab7dffd16913e6864b49e2dbfad06 (diff) | |
| download | memory-leaks-8822043d6bc93571e400f6e236900a8668a5d724.tar.xz | |
Merge branch 'crumbs'
Diffstat (limited to 'repo/www/template.html')
| -rw-r--r-- | repo/www/template.html | 11 |
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)$ |
