From 74cd345f76dd01034c804f75e7f16b42e9c0643c Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Thu, 18 Sep 2025 22:05:48 +0200 Subject: g2h: Add breadcrumb navigations to file and tree pages --- templates/file.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/file.md') diff --git a/templates/file.md b/templates/file.md index 12a5a81..28f458a 100644 --- a/templates/file.md +++ b/templates/file.md @@ -1,5 +1,7 @@ {% include '_head.md' %} +{% include '_breadcrumbs.md' %} + {% if type == 'text' %} ```{{ file_extension }} {{ content }} -- cgit v1.2.3