File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
< div class ="repo p-2 text-center ">
10
10
< a href ="https://github.com/{{ include.repository }} ">
11
- < img class ="repo-img-light w-100 " alt ="{{ include.repository }} " src ="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url.first }}&repo={{ repo_url.last }}&theme={{ site.repo_theme_light }}&show_owner={{ show_owner }} ">
12
- < img class ="repo-img-dark w-100 " alt ="{{ include.repository }} " src ="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url.first }}&repo={{ repo_url.last }}&theme={{ site.repo_theme_dark }}&show_owner={{ show_owner }} ">
11
+ < img class ="repo-img-light w-100 " alt ="{{ include.repository }} " src ="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_light }}&show_owner={{ show_owner }} ">
12
+ < img class ="repo-img-dark w-100 " alt ="{{ include.repository }} " src ="https://github-readme-stats.vercel.app/api/pin/?username={{ repo_url[0] }}&repo={{ repo_url[1] }}&theme={{ site.repo_theme_dark }}&show_owner={{ show_owner }} ">
13
13
</ a >
14
14
</ div >
You can’t perform that action at this time.
0 commit comments