From a1d70c6135fc337c4e2af00297f331e16ce47896 Mon Sep 17 00:00:00 2001 From: timnavigate Date: Thu, 20 Aug 2026 11:46:43 +0300 Subject: [PATCH 1/2] date and month permutation --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 812c8ad..007a21d 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,8 @@

{{ post.title }}

- written on {{ post.date | date: "%B %e, %Y" }} + + {{ post.date: "%e %B %Y"}}

From b6f94205e77e23f0fa1d7c0d0a553b9e276b7858 Mon Sep 17 00:00:00 2001 From: timnavigate Date: Thu, 20 Aug 2026 11:53:44 +0300 Subject: [PATCH 2/2] fix style of H1 --- style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index e16ce85..47fe89c 100644 --- a/style.scss +++ b/style.scss @@ -49,7 +49,10 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 30px; + /* font-size: 30px; */ /* commented by issue 33 */ + font-size: 2.8rem; + line-height: 2.8rem; + margin-bottom: .7rem; a { color: inherit; }