diff --git a/src/pages/stats.html b/src/pages/stats.html index 27bdc20a..16324038 100644 --- a/src/pages/stats.html +++ b/src/pages/stats.html @@ -6,7 +6,7 @@ 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

+Popular posts -

Posts by year

+Posts by year {% render "partials/post-graph.liquid", postYears: collections.postStats.years %} -

Post distribution graphs

+Post distribution graphs {%- postGraph collections.posts -%} \ No newline at end of file