the repository which powers this website
Diffstat (limited to 'themed/base.html')
| -rw-r--r-- | themed/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/base.html b/themed/base.html index 4b8a79dc..ecf79967 100644 --- a/themed/base.html +++ b/themed/base.html @@ -31,7 +31,7 @@ {# Heroicons micro list-bullet #} <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="size-4 self-center text-gray-500"><path d="M3 4.75a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM6.25 3a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 7.25a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM6.25 11.5a.75.75 0 0 0 0 1.5h7a.75.75 0 0 0 0-1.5h-7ZM4 12.25a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" /></svg> <span class="font-semibold self-baseline"> - {% if strcmp(ctx.qry.page, "tree") == 0 && ctx.qry.oid %} + {% if (strcmp(ctx.qry.page, "tree") == 0 || strcmp(ctx.qry.page, "summary") == 0) && ctx.qry.oid %} {! short_commit_id(ctx.qry.oid); !} {% else %} {{ ctx.qry.head }} |