From 9b159b32cb068280cab7df3217cef64a9dafc5b0 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 28 Mar 2020 23:08:36 +1000 Subject: More minor UI tweaks --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 525710c..b6dcb81 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,7 +17,7 @@

{{ $playing.Title }}

-

{{ $playing.Views }} views • {{ $playing.Modified }}
{{ $playing.Size | bytes }}

+

{{ $playing.Views }} views • {{ $playing.Modified }} • {{ $playing.Size | bytes }}

{{ $playing.Description }}

{{ else }} @@ -39,7 +39,7 @@

{{ $m.Title }}

-

{{ $m.Views }} views • {{ $m.Modified }}
{{ $m.Size | bytes }}

+

{{ $m.Views }} views • {{ $m.Modified }}

{{ end }} -- cgit v1.2.3