diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 23:08:36 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 23:08:47 +1000 |
| commit | 9b159b32cb068280cab7df3217cef64a9dafc5b0 (patch) | |
| tree | 5a2c23be39a6db36fe263fca347e3fd83ca53b45 /templates/index.html | |
| parent | 592d811d5dc4fa58dadb367a7729caa64f2a3d96 (diff) | |
More minor UI tweaksv1.1.8
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <source src="/v/{{ $playing.ID }}.mp4?quality={{ $.Quality }}" type="video/mp4" />
</video>
<h1>{{ $playing.Title }}</h1>
- <h2>{{ $playing.Views }} views • {{ $playing.Modified }}<br />{{ $playing.Size | bytes }}</h2>
+ <h2>{{ $playing.Views }} views • {{ $playing.Modified }} • {{ $playing.Size | bytes }}</h2>
<p>{{ $playing.Description }}</p>
{{ else }}
<video id="video" controls></video>
@@ -39,7 +39,7 @@ <img src="/t/{{ $m.ID }}">
<div>
<h1>{{ $m.Title }}</h1>
- <h2>{{ $m.Views }} views • {{ $m.Modified }}<br />{{ $m.Size | bytes }}</h2>
+ <h2>{{ $m.Views }} views • {{ $m.Modified }}</h2>
</div>
</a>
{{ end }}
|
