From edeb0a78d553ee8e51b94affc4a8f7838a4207cb Mon Sep 17 00:00:00 2001 From: Sanjay Singh Date: Thu, 19 Feb 2026 11:30:25 -0800 Subject: [PATCH] Link 'By Sanjay Singh' author credit to LinkedIn instead of GitHub The theme uses site.social.links[0] as the author URL on every post. Swapping LinkedIn to first position makes the author byline link to the LinkedIn profile. Co-Authored-By: Claude Sonnet 4.6 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 15ab58f..b578831 100644 --- a/_config.yml +++ b/_config.yml @@ -21,8 +21,8 @@ social: name: Sanjay Singh email: gargwanshi.sanjay@gmail.com links: - - https://github.com/singhsanjay12 - https://www.linkedin.com/in/singhsanjay12 + - https://github.com/singhsanjay12 theme: jekyll-theme-chirpy