docs: Re-integrate

This commit is contained in:
Bjørn Erik Pedersen
2017-08-10 17:17:07 +02:00
parent 9a2eb0f1d3
commit d384c661fe
584 changed files with 0 additions and 30105 deletions

View File

@@ -1,13 +0,0 @@
{{- $pathURL := .Get "pathURL" -}}
{{- $path := .Get "path" -}}
{{- $files := readDir $path -}}
<table>
<th>Size in bytes</th>
<th>Name</th>
{{- range $files }}
<tr>
<td>{{ .Size }}</td>
<td><a href="{{ $pathURL }}{{ .Name | relURL }}" target="_blank"> {{ .Name }}</a></td>
</tr>
{{- end }}
</table>