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.
This commit is contained in:
Robin Malley 2020-10-11 23:56:10 +00:00
parent 81a116d3d5
commit 5e922719bd
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<%- text %>
</article>
<hr/>
<p><%= views %> Views</p>
<p><%= views %> Hits</p>
<ul class="row tag-list">
<% for _,tag in pairs(tags) do -%>
<li><a class="tag button button-outline" href="https://<%= domain %>/_search?tag=<%= tag %>"><%= tag %></a></li>