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/file.html | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'templates/file.html') diff --git a/templates/file.html b/templates/file.html index 82a3384..8898786 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,29 +1,23 @@ {{ define "file" }} {{ template "head" . }} - {{.name }} — {{ .path }} - {{ template "repoheader" . }} {{ template "nav" . }}

{{ .path }}

- - - - - -
-
-            {{- range .linecount }}
+      
+
+ {{- range .linecount }} {{ . }} - {{- end -}} -
-
+ {{- end -}} + +
+
             {{- .content -}}
           
-
+
-- cgit