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:
		
							parent
							
								
									81a116d3d5
								
							
						
					
					
						commit
						5e922719bd
					
				|  | @ -31,7 +31,7 @@ | ||||||
| 			<%- text %> | 			<%- text %> | ||||||
| 		</article> | 		</article> | ||||||
| 		<hr/> | 		<hr/> | ||||||
| 		<p><%= views %> Views</p> | 		<p><%= views %> Hits</p> | ||||||
| 		<ul class="row tag-list"> | 		<ul class="row tag-list"> | ||||||
| 		<% for _,tag in pairs(tags) do -%> | 		<% for _,tag in pairs(tags) do -%> | ||||||
| 		<li><a class="tag button button-outline" href="https://<%= domain %>/_search?tag=<%= tag %>"><%= tag %></a></li> | 		<li><a class="tag button button-outline" href="https://<%= domain %>/_search?tag=<%= tag %>"><%= tag %></a></li> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue