From fccb8cc111098af577dcf96cf9909de1b6bf9671 Mon Sep 17 00:00:00 2001 From: Chaitanya Shahare Date: Thu, 6 Jun 2024 08:34:25 +0530 Subject: [PATCH 1/2] Add Gemfile.lock to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25236902..126b31d0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site/ .jekyll-cache/ .jekyll-metadata .DS_Store +Gemfile.lock From 1f3a7c6c5c0da8039e9977fe13b6d30ed5cbfc5a Mon Sep 17 00:00:00 2001 From: Chaitanya Shahare Date: Thu, 6 Jun 2024 08:35:29 +0530 Subject: [PATCH 2/2] Fix author image aspect ratio --- _includes/blog-post-card.html | 1 + _layouts/post.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_includes/blog-post-card.html b/_includes/blog-post-card.html index e590b76d..b4311375 100644 --- a/_includes/blog-post-card.html +++ b/_includes/blog-post-card.html @@ -65,6 +65,7 @@

{{ post.title }}

width: 30px; height: 30px; border-radius: 50%; + object-fit: cover; margin: 0; margin-top: 4px; margin-bottom: 4px; diff --git a/_layouts/post.html b/_layouts/post.html index 2af21714..5e384f1f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -48,7 +48,10 @@

Tags: