diff --git a/dir-index.html b/dir-index.html
index 4f902df39..ec00da798 100644
--- a/dir-index.html
+++ b/dir-index.html
@@ -1,6 +1,6 @@
{{ $root := . }}
-
+
+
{{ .Hash }}
{{ end }}
@@ -82,7 +82,7 @@
{{ if .Hash }}
-
+
{{ .ShortHash }}
{{ end }}
diff --git a/src/dir-index.html b/src/dir-index.html
index 81c926f71..f3dfd6328 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 }}
|