the repository which powers this website
Diffstat (limited to 'themed/commit.html')
| -rw-r--r-- | themed/commit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/commit.html b/themed/commit.html index 9c535b10..1f610fb8 100644 --- a/themed/commit.html +++ b/themed/commit.html @@ -17,7 +17,7 @@ ctx.page.title = fmtalloc("%s - %s", info->subject, ctx.page.title); !} -{! page_start(); !} +{! page_start(ctx.repo->name, fmtalloc("look at commit \"%s\"", info->subject)); !} {! repo_header(); !} <main class="max-w-7xl mx-auto py-4 pl-2 pr-2">{# Main content #} {! repo_description_panel(); !} |