From 515ca0006f34eeaed77833888818bbff24d0a47a Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 26 Apr 2024 23:18:45 -0400 Subject: [PATCH 1/2] chore: redundant styles --- src/assets/styles/base/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index 35bf26dc..bcf6040a 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -454,8 +454,6 @@ li { /* pages */ .page-header { - font-size: var(--font-size-2xl); - line-height: var(--line-height-2xl); margin-top: 0; } From 2cf56a342ebfaa3a3f23cda212879088cbfa0c65 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 26 Apr 2024 23:27:07 -0400 Subject: [PATCH 2/2] chore: page title --- src/pages/stats.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/stats.html b/src/pages/stats.html index 895b4052..f9e028f5 100644 --- a/src/pages/stats.html +++ b/src/pages/stats.html @@ -4,6 +4,7 @@ layout: default description: 'Post stats and other information about my site.' 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.

Top tags