diff --git a/dir-index.html b/dir-index.html index 4f902df39abb10200e12af3a6a86dece624e43e0..ec00da79880c92f46083d976e96096776ed28e4a 100644 --- a/dir-index.html +++ b/dir-index.html @@ -1,6 +1,6 @@ {{ $root := . }} - + @@ -49,7 +49,7 @@ {{ end }} {{ if .Hash }} -
+
{{ .Hash }}
{{ end }} @@ -82,7 +82,7 @@ {{ if .Hash }} - + {{ .ShortHash }} {{ end }} diff --git a/src/dir-index.html b/src/dir-index.html index 81c926f71f7984d5335ba564f6f3f2e5e21ad23d..f3dfd632878dd7a81141eacac61766db9f362a8e 100644 --- a/src/dir-index.html +++ b/src/dir-index.html @@ -1,6 +1,6 @@ {{ $root := . }} - + @@ -48,7 +48,7 @@ {{ end }} {{ if .Hash }} -
+
{{ .Hash }}
{{ end }} @@ -81,7 +81,7 @@ {{ if .Hash }} - + {{ .ShortHash }} {{ end }}