From b6994407d3daa91f7beee8ea56e5ad13d22bc905 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 17:06:22 +0800 Subject: *.html: Reindent --- templates/repo_tree_dir.html | 80 ++++++++++++++++++++++---------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'templates/repo_tree_dir.html') diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index aa96b5d..ffdb64d 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -1,45 +1,45 @@ {{- define "repo_tree_dir" -}} - - -{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} - - -
-

-/{{ .path_spec }}/ -

- - - - - - - - - -{{- $ref := .ref }} -{{- $path_spec := .path_spec }} -{{- range .files }} - - - - - -{{- end }} - -
ModeNameSize
{{ .Mode }}{{ .Name }}{{ if not .Is_file }}/{{ end }}{{ .Size }}
-
-
-
-
-
-
-
-{{ .readme -}} -
-
- + + + {{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }} + + +
+

+ /{{ .path_spec }}/ +

+ + + + + + + + + + {{- $ref := .ref }} + {{- $path_spec := .path_spec }} + {{- range .files }} + + + + + + {{- end }} + +
ModeNameSize
{{ .Mode }}{{ .Name }}{{ if not .Is_file }}/{{ end }}{{ .Size }}
+
+
+
+
+
+
+
+ {{ .readme -}} +
+
+ {{- end -}} -- cgit v1.2.3