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/repo.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'templates/repo.html') diff --git a/templates/repo.html b/templates/repo.html index 1c700b5..1cd9b5c 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -1,10 +1,5 @@ {{ define "repo" }} - {{ .name }} - {{ if .parent }} - — {{ .parent }} - {{ end }} - {{ template "head" . }} {{ template "repoheader" . }} -- cgit