diff --git a/themed/base.html b/themed/base.html index fdfa700..e3b6bcd 100644 --- a/themed/base.html +++ b/themed/base.html @@ -27,7 +27,7 @@ {% endblock %} {% block repo_summary_bar_current_branch %} - + {# Heroicons micro list-bullet #} {{ ctx.qry.head }} @@ -39,19 +39,19 @@ {# Repo navigation panel #} {! repo_summary_bar_current_branch(); !} - + {# Heroicons micro clock #} {! int num_commits = get_num_commits(); !} {{ num_commits|%d }}Commit{% if num_commits != 1 %}s{% endif %} - + {# Heroicons micro list-bullet #} {! int num_branches = get_num_branches(); !} {{ num_branches|%d }}Branch{% if num_branches != 1 %}es{% endif %} - + {# Heroicons micro tag #} {! int num_tags = get_num_tags(); !} diff --git a/themed/tree.html b/themed/tree.html index bd42a0f..1887625 100644 --- a/themed/tree.html +++ b/themed/tree.html @@ -4,7 +4,7 @@ {# Breadcrumbs #} {# TODO: Make breadcrumbs hyperlinks #} - {{ ctx.repo->name }} / {{ ctx.qry.path }} + {{ ctx.repo->name }} / {{ ctx.qry.path }} {% endblock %}