From b9cc38397d763e176c6664df19cb5144bceb2130 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 5 Nov 2025 11:10:07 +0000 Subject: [PATCH] Fix duplicate repository widgets display - Disable repo_trophies to prevent duplicate display of repository controls - The repositories page was showing both GitHub stats cards and trophies - Now only displays the GitHub user stats card for cleaner presentation This fixes the issue where repository controls appeared twice on the page. --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 690bace..d28f60c 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,7 @@ back_to_top: true # set to false to disable the back to top button repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md repo_trophies: - enabled: true + enabled: false theme_light: flat # https://github.com/ryo-ma/github-profile-trophy theme_dark: gitdimmed # https://github.com/ryo-ma/github-profile-trophy