From f4dde424f3b0a388003f864310db07a1a158895f Mon Sep 17 00:00:00 2001 From: Agil Mammadov Date: Wed, 22 Apr 2026 10:21:47 +0400 Subject: [PATCH 1/4] refactor: rename .m-img to .images-monochrome for clarity --- _layouts/default.html | 2 +- _sass/_base.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ac934ed..48b4cb6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ {%- include head.html -%} - +
{{ content }} diff --git a/_sass/_base.scss b/_sass/_base.scss index 8e59a50..7351f4d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -38,6 +38,6 @@ img { margin: 0 auto; } -.m-img img { +.images-monochrome img { filter: grayscale(1); } From 4f5364d12291ed254f56ececc9802df8cb009d2c Mon Sep 17 00:00:00 2001 From: Agil Mammadov Date: Wed, 22 Apr 2026 10:24:40 +0400 Subject: [PATCH 2/4] refactor: remove dead selectors, orphaned token, and inline styles --- _includes/footer.html | 15 +++++---------- _includes/post_list.html | 2 +- _layouts/post.html | 2 +- _sass/_components.scss | 7 ++----- _sass/_variables.scss | 1 - 5 files changed, 9 insertions(+), 18 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 402cd40..d387020 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,16 +1,11 @@
-
diff --git a/_includes/post_list.html b/_includes/post_list.html index aad5eb1..5cc8982 100644 --- a/_includes/post_list.html +++ b/_includes/post_list.html @@ -4,7 +4,7 @@ - + {{ post.title | escape }} diff --git a/_layouts/post.html b/_layouts/post.html index c25b86b..12ee5b7 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ {%- include back_link.html -%}
-