mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-01-26 03:24:09 +00:00
Testing relative links
This commit is contained in:
@@ -4,10 +4,10 @@
|
|||||||
https://github.community/t/support-theme-context-for-images-in-light-vs-dark-mode/147981/84
|
https://github.community/t/support-theme-context-for-images-in-light-vs-dark-mode/147981/84
|
||||||
-->
|
-->
|
||||||
<a href="https://github.com/ivuorinen/github-stats">
|
<a href="https://github.com/ivuorinen/github-stats">
|
||||||
<img src="https://github.com/ivuorinen/github-stats/blob/master/generated/overview.svg#gh-dark-mode-only" />
|
<img src="./generated/overview.svg#gh-dark-mode-only" />
|
||||||
<img src="https://github.com/ivuorinen/github-stats/blob/master/generated/languages.svg#gh-dark-mode-only" />
|
<img src="./generated/languages.svg#gh-dark-mode-only" />
|
||||||
<img src="https://github.com/ivuorinen/github-stats/blob/master/generated/overview.svg#gh-light-mode-only" />
|
<img src="./generated/overview.svg#gh-light-mode-only" />
|
||||||
<img src="https://github.com/ivuorinen/github-stats/blob/master/generated/languages.svg#gh-light-mode-only" />
|
<img src="./generated/languages.svg#gh-light-mode-only" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user