diff --git a/src/pages/stats.html b/src/pages/stats.html index 199a7a83..0cd216a5 100644 --- a/src/pages/stats.html +++ b/src/pages/stats.html @@ -5,7 +5,7 @@ permalink: /stats.html ---
My first post was published on {{ collections.postStats.firstPostDate | dateToReadableDate }} and my most recent one was published on {{ collections.postStats.lastPostDate | dateToReadableDate }}. I've published {{ collections.postStats.postCount }} posts containing {{ collections.postStats.totalWordCount }} words and {{ collections.postStats.totalCodeBlockCount }} code samples.
Posts have, on average, {{ collections.postStats.avgWordCount | round }} words and a gap of {{ collections.postStats.avgDays | round }} days between them.
-