From 269976b3855f25bb4809361156a00fb07bd219a1 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Fri, 24 Jul 2020 17:02:34 -0600 Subject: [PATCH] Add dist asset generated by build script --- dist/dir-index.html | 96 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 dist/dir-index.html diff --git a/dist/dir-index.html b/dist/dir-index.html new file mode 100644 index 0000000..c5ecb9c --- /dev/null +++ b/dist/dir-index.html @@ -0,0 +1,96 @@ + +{{ $root := . }} + + + + + + + + + + + + + + + + + + +{{ .Path }} + + + +
+
+
+ + Index of + {{ range .Breadcrumbs -}} + /{{ if .Path }}{{ .Name }}{{ else }}{{ .Name }}{{ end }} + {{- else }} + {{ .Path }} + {{ end }} + + {{ if .Hash }} +
+ {{ .Hash }} +
+ {{ end }} +
+ {{ if .Size }} +
+  {{ .Size }} +
+ {{ end }} +
+
+ + + + + + + + {{ range .Listing }} + + + + + + + {{ end }} +
+
 
+
+ .. +
+
 
+
+ {{ .Name }} + + {{ if .Hash }} + + {{ .ShortHash }} + + {{ end }} + {{ .Size }}
+
+
+ + -- GitLab