1
0
Fork 0

️ Temporarily revert back to GitHub image linking

Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
Bjorn Lammers 2023-04-13 22:32:31 +02:00 committed by GitHub
parent 054ee6d85c
commit c4a0d5a322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
_ci.py
View File

@ -7,7 +7,7 @@ readme_path = root / "README.md"
def generate_img_tag(file):
return f'<img src="https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/{file.name}" alt="{file.stem}" width="50">'
return f'<img src="png/{file.name}" alt="{file.stem}" width="50">'
imgs = sorted(Path("./png").glob("*.png"))