From 2c8af031648d110148dfe672c4fc3063f1743374 Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 25 Mar 2020 16:01:29 +1000 Subject: Refactored the way views are stored with a mgiration off the old data (to be removed) --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/index.html') 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 @@

{{ $m.Title }}

-

{{ $m.Modified }}

+

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

{{ end }} -- cgit v1.2.3