From 61fcfac541fe2271c052771b1c33b7511efb75bb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: Indent the HTML with tabs --- templates/file.html | 46 ++++++++++++++++++++-------------------------- 1 file changed, 20 insertions(+), 26 deletions(-) (limited to 'templates/file.html') diff --git a/templates/file.html b/templates/file.html index d18340a..a40f071 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,31 +1,25 @@ {{ define "file" }} - {{ template "head" . }} - {{ template "repoheader" . }} - - {{ template "nav" . }} -
-

{{ .path }} (view raw)

-
- - - - - -
-
-            {{- range .linecount }}
- {{ . }}
-            {{- end -}}
-              
-
-
-             {{- .content -}}
-              
-
-
-
- + {{ template "head" . }} + {{ template "repoheader" . }} + + {{ template "nav" . }} +
+

{{ .path }} (view raw)

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