|
4 | 4 | <img |
5 | 5 | class="only-light" |
6 | 6 | alt="{{ include.username }}" |
7 | | - src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6" |
| 7 | + src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6" |
8 | 8 | > |
9 | 9 | <img |
10 | 10 | class="only-dark" |
11 | 11 | alt="{{ include.username }}" |
12 | | - src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6" |
| 12 | + src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=6" |
13 | 13 | > |
14 | 14 | </span> |
15 | 15 |
|
16 | 16 | <span class="d-none d-sm-block d-md-none"> |
17 | 17 | <img |
18 | 18 | class="only-light" |
19 | 19 | alt="{{ include.username }}" |
20 | | - src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4" |
| 20 | + src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4" |
21 | 21 | > |
22 | 22 | <img |
23 | 23 | class="only-dark" |
24 | 24 | alt="{{ include.username }}" |
25 | | - src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4" |
| 25 | + src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=4" |
26 | 26 | > |
27 | 27 | </span> |
28 | 28 |
|
29 | 29 | <span class="d-block d-sm-none"> |
30 | 30 | <img |
31 | 31 | class="only-light" |
32 | 32 | alt="{{ include.username }}" |
33 | | - src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3" |
| 33 | + src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_light }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3" |
34 | 34 | > |
35 | 35 | <img |
36 | 36 | class="only-dark" |
37 | 37 | alt="{{ include.username }}" |
38 | | - src="https://github-profile-trophy.vercel.app/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3" |
| 38 | + src="{{ site.external_services.github_profile_trophy_url }}/?username={{ include.username }}&theme={{ site.repo_trophies.theme_dark }}&locale={{ site.lang }}&margin-w=15&margin-h=15&no-bg=true&rank=-C&column=3" |
39 | 39 | > |
40 | 40 | </span> |
41 | 41 | </a> |
|
0 commit comments