From d0d869e06b30a1f8b7b539978caa0ed6123f9864 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 26 Aug 2020 00:17:32 +0200 Subject: Add breadcrumbs Likewise, use relative links so that things work when just browsing files locally without a server. Next: tweak or remove redundant titles. --- repo/www/template.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'repo/www/template.html') 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)$
+

$title$

$if(subtitle)$

$subtitle$

-- cgit v1.2.3