summaryrefslogtreecommitdiffstats
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/index.html b/pages/index.html
index f7d9f51..0a0c2b1 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -25,6 +25,12 @@
<span class="file-name">{{ .Name }}</span>
<span class="file-url"><a href="{{ .Url }}" target="_blank">{{ .Url }}</a></span>
</li>{{ end }}
+
+ {{ if or .Files .Description }}<li class="file total" data-filename="">
+ <span class="file-name">{{ if .Description }}{{ .Description }}{{ else }}Done!{{ end }}</span>
+ <span class="file-url"></span>
+ </li>{{ end }}
+
</ul>{{ end }}
</div>