the repository which powers this website
Diffstat (limited to 'themed/tree.html')
-rw-r--r--themed/tree.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/tree.html b/themed/tree.html
index 516afc17..702841ca 100644
--- a/themed/tree.html
+++ b/themed/tree.html
@@ -133,7 +133,7 @@
// Redirect to summary page if no subdirectory
if (!ctx.qry.path) { return cgit_print_summary_impl(); }
!}
-{! page_start(); !}
+{! page_start(ctx.repo->name, fmtalloc("view file \"%s/%s\"", ctx.repo->name, ctx.qry.path)); !}
{! repo_header(); !}
<main class="max-w-7xl mx-auto py-4 pl-2 pr-2">{# Main content #}
{! repo_description_panel(); !}