From 404315c63312c930aff2d07b25915dd23090277a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 14 Jan 2024 20:15:46 -0800 Subject: [PATCH] chore: display consistency --- src/pages/stats.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/stats.html b/src/pages/stats.html index 62ce96dd..27bdc20a 100644 --- a/src/pages/stats.html +++ b/src/pages/stats.html @@ -7,11 +7,11 @@ image: /assets/img/ogi/stats.jpg

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.

Popular posts

-
    +