diff --git a/dir-index-uncat.html b/dir-index-uncat.html
index 0f233a1..2baa1ff 100644
--- a/dir-index-uncat.html
+++ b/dir-index-uncat.html
@@ -19,6 +19,9 @@
.ipfs-icon {
width:16px;
}
+ .ipfs-hash {
+ color: #999;
+ }
{{ .Path }}
@@ -33,6 +36,11 @@
Index of {{ .Path }}
+ {{ if .Hash }}
+
+ {{ .Hash }}
+
+ {{ end }}
diff --git a/dir-index.html b/dir-index.html
index 9823405..ec52e84 100644
--- a/dir-index.html
+++ b/dir-index.html
@@ -17,6 +17,9 @@
.ipfs-icon {
width:16px;
}
+ .ipfs-hash {
+ color: #999;
+ }
{{ .Path }}
@@ -31,6 +34,11 @@
Index of {{ .Path }}
+ {{ if .Hash }}
+
+ {{ .Hash }}
+
+ {{ end }}