diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 4888cb4..ede6aa7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@ <img src="/t/{{ $m.ID }}">
<div>
<h1>{{ $m.Title }}</h1>
- <h2>{{ $m.Modified }}</h2>
+ <h2>{{ $m.Views }} views • {{ $m.Modified }}</h2>
</div>
</a>
{{ end }}
|
