diff --git a/index.html b/index.html index e12c7f0..0c76b08 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@
{{ duration }}
+ + +| Duration | +Board Games | +Time / board game | +
|---|---|---|
| + {{ toDuration(new Date(perf.start), new Date(perf.end)) }} + | ++ {{ perf.totalGames }} + | ++ {{ + getNatural( + toSeconds(new Date(perf.start), new Date(perf.end)), + perf.totalGames + ) + }}s + | +