the repository which powers this website
Diffstat (limited to 'themed/diff.html')
-rw-r--r--themed/diff.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/themed/diff.html b/themed/diff.html
index 633264dc..2e88e333 100644
--- a/themed/diff.html
+++ b/themed/diff.html
@@ -1,10 +1,10 @@
-{! #include "../ui-diff.h" !} {% page cgit_print_diff_page %} {! page_start();
-!} {! repo_header(); !}
+{! #include "../ui-diff.h" !} {% page cgit_print_diff_page %} {!
+page_start(ctx.repo->name, "diff of latest commit"); !} {! repo_header(); !}
<main class="max-w-[1280px] mx-auto py-4">
{# Main content #} {! repo_description_panel(); !} {! repo_summary_bar(); !}
- <div class="diff-panel overflow-x-auto">
+ <div class="diff-panel overflow-x-auto">
{# Diff panel #} {! cgit_print_diff(ctx.qry.oid, ctx.qry.oid2, ctx.qry.path,
0, 0); !}
- </div>
- </main>
+ </div>
+</main>
{! page_end(); !} {% endpage %}