From 1574bbecb5b2856b2018d064a32d2e7f484a58b1 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sat, 18 Feb 2023 14:16:43 +0530 Subject: cleaner titles by nilix --- templates/tree.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'templates/tree.html') diff --git a/templates/tree.html b/templates/tree.html index 496dceb..c4b7e4f 100644 --- a/templates/tree.html +++ b/templates/tree.html @@ -1,10 +1,6 @@ {{ define "tree" }} - {{ .name }} - {{ if .parent }} - — {{ .parent }} - {{ end }} - + {{ template "head" . }} {{ template "repoheader" . }} -- cgit