Skip to content

Commit

Permalink
show icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 12, 2022
1 parent cd37e9f commit f58b884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/repository/repo_user.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="repo p-2 text-center">
<a href="https://github.com/{{ include.username }}">
<img class="repo-img-light" alt="{{ include.username }}" src="https://github-readme-stats.vercel.app/api/?username={{ include.username }}&theme={{ site.repo_theme_light }}">
<img class="repo-img-dark" alt="{{ include.username }}" src="https://github-readme-stats.vercel.app/api/?username={{ include.username }}&theme={{ site.repo_theme_dark }}">
<img class="repo-img-light" alt="{{ include.username }}" src="https://github-readme-stats.vercel.app/api/?username={{ include.username }}&theme={{ site.repo_theme_light }}&show_icons=true">
<img class="repo-img-dark" alt="{{ include.username }}" src="https://github-readme-stats.vercel.app/api/?username={{ include.username }}&theme={{ site.repo_theme_dark }}&show_icons=true">
</a>
</div>

0 comments on commit f58b884

Please sign in to comment.