diff --git a/www/static/dergstyle.css b/www/static/dergstyle.css index 810a46c..fac0da9 100644 --- a/www/static/dergstyle.css +++ b/www/static/dergstyle.css @@ -186,6 +186,17 @@ a:hover { margin-left: auto; } +#content_footer { + display: block; + max-width: 100%; + + margin-top: 0.5em; + + font-size: 0.8em; + border-top: solid 1px darkgrey; + opacity: 0.7; +} + #main_footer { display: flex; diff --git a/www/templates/pathed_content.html b/www/templates/pathed_content.html index df143f4..337c711 100644 --- a/www/templates/pathed_content.html +++ b/www/templates/pathed_content.html @@ -13,6 +13,10 @@
{%block content_article %} {%endblock%} + + + This article was created on {{ post.post_create_time }}, last edited {{ post.post_update_time }}, and was viewed {{ post.post_access_counter }} times~ +
{%endblock%}