From 910a909a4d2d3954374629443f6061474fc52f04 Mon Sep 17 00:00:00 2001 From: bgh-github <99472455+bgh-github@users.noreply.github.com> Date: Sun, 9 Apr 2023 19:12:36 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Hotlink=20README=20icon=20images?= =?UTF-8?q?=20to=20jsDelivr=20CDN=20rather=20than=20GitHub=20(#344)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci.py b/_ci.py index cc27b919..30ff93ad 100644 --- a/_ci.py +++ b/_ci.py @@ -7,7 +7,7 @@ readme_path = root / "README.md" def generate_img_tag(file): - return f'{file.stem}' + return f'{file.stem}' imgs = sorted(Path("./png").glob("*.png"))