From 5e922719bdc88b60cbb12941b85fd26a2b12337b Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Sun, 11 Oct 2020 23:56:10 +0000 Subject: [PATCH] Relabed views to hits Relabled the views so it's more consistent with other websites. "Views" seems to imply we track unique views, while "hits" confers that we only track requests. --- src/pages/read.etlua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/read.etlua b/src/pages/read.etlua index 4529c28..e1d3fa7 100644 --- a/src/pages/read.etlua +++ b/src/pages/read.etlua @@ -31,7 +31,7 @@ <%- text %>
-

<%= views %> Views

+

<%= views %> Hits