summaryrefslogtreecommitdiff
path: root/dir.html
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-16 21:19:43 +0100
committerache <ache@ache.one>2019-02-16 21:19:43 +0100
commitf6d498043c774b1f3b4da9705e71b6a204dd29ba (patch)
tree172b02701c2e5c0f0257401dfd6248a0e679f2ad /dir.html
parentHandle Move method (diff)
Method delete
Diffstat (limited to 'dir.html')
-rw-r--r--dir.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dir.html b/dir.html
index 9c240eb..da8ab1c 100644
--- a/dir.html
+++ b/dir.html
@@ -7,13 +7,13 @@
<h1>Index of {{ .Name }}</h1><br>
<section id="main">
<pre>{{range .ListFiles}}
- <a href="{{ .Name }}">{{ .Name }}</a>{{ .Size }}{{end}}
+ <a href="{{ .Path }}">{{ .Name }}</a>{{ .Size }}{{end}}
</pre>
</section>
<section id="nav">
<h2>List of directories</h2>
<pre>{{range .ListCols}}
- <a href="{{ .Name }}">{{ .Name }}</a>{{end}}
+ <a href="{{ .Path }}">{{ .Name }}</a>{{end}}
</pre>
</section>
<section id="dav">