aboutsummaryrefslogtreecommitdiff
path: root/source/templates/feed.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/feed.html')
-rw-r--r--source/templates/feed.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/feed.html b/source/templates/feed.html
index 2edda630..01799fb7 100644
--- a/source/templates/feed.html
+++ b/source/templates/feed.html
@@ -18,7 +18,7 @@ import utils
%if articles != []:
<p>The last article was posted ${elapsed.days} day(s) ago.</p>
- <p>Daily average: ${average}, between the ${first_post_date} and the ${end_post_date}.</p>
+ <p>Daily average: ${average}, between the ${first_post_date.strftime('%Y-%m-%d')} and the ${end_post_date.strftime('%Y-%m-%d')}.</p>
<br />
bgstack15