diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 16:01:29 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 16:01:29 +1000 |
| commit | 2c8af031648d110148dfe672c4fc3063f1743374 (patch) | |
| tree | b474bfb91fa8dcc524940f779757422f44efafd1 /templates | |
| parent | 7113a7bd05c72406fc971fa720b05bb934732c04 (diff) | |
Refactored the way views are stored with a mgiration off the old data (to be removed)
Diffstat (limited to 'templates')
| -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 }}
|
