feat: add wrapper function to log page access and exit

This commit is contained in:
David Bailey 2023-12-23 10:52:29 +01:00
parent 70a2c45509
commit b089bfc551
2 changed files with 44 additions and 34 deletions

View file

@ -15,7 +15,7 @@
{%endblock%}
<span id="content_footer">
This article was created on {{ post.post_create_time }}, last edited {{ post.post_update_time }}, and was viewed {{ post.post_access_counter }} times~
This article was created on {{ post.post_create_time }}, last edited {{ post.post_update_time }}, and was viewed {{ post.post_access_count }} times~
</span>
</article>