summaryrefslogtreecommitdiff
path: root/index.html.in
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-01-10 00:05:26 +0100
committerAki <please@ignore.pl>2024-01-10 00:05:26 +0100
commit6fe3e5394e2e6736222ce85c7b5afbadffda5b82 (patch)
tree847b919c489ca277e576b2ba9b3b6d5eba6d94c1 /index.html.in
parent0f857271eac9995b90e16f58181d29a0bd6a47b6 (diff)
downloadrudone-6fe3e5394e2e6736222ce85c7b5afbadffda5b82.zip
rudone-6fe3e5394e2e6736222ce85c7b5afbadffda5b82.tar.gz
rudone-6fe3e5394e2e6736222ce85c7b5afbadffda5b82.tar.bz2
Added first visit date to the dashboard
Diffstat (limited to 'index.html.in')
-rw-r--r--index.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html.in b/index.html.in
index 9c1fbc3..53d0402 100644
--- a/index.html.in
+++ b/index.html.in
@@ -7,6 +7,6 @@
<h1>rudone &mdash; <span class="ok">OK</span></h1>
<table>
{{range .Stats}}
-<tr><th>{{.Title}}<td>{{.Amount}} visits
+<tr><th>{{.Title}}<td>{{.Description}}
{{end}}
</table>