feat(database): ✨ re-add per-post counters to track page views etc.
This commit is contained in:
parent
5ddbae91d2
commit
a3604d21c9
7 changed files with 53 additions and 9 deletions
|
@ -22,7 +22,7 @@
|
|||
{%endblock%}
|
||||
|
||||
<span id="content_footer">
|
||||
This page was created on {{ page.created_at }}, last edited {{ page.updated_at }}, and was viewed {{ page.view_count }} times~
|
||||
This page was created on {{ page.created_at }}, last edited {{ page.updated_at }}, and was viewed {{ page.counters.views }} times~
|
||||
</span>
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue