From 4339d1258f4b89d4e2349db4173a2bb284fd48f3 Mon Sep 17 00:00:00 2001 From: Hisiste Date: Sun, 23 Apr 2023 19:15:09 -0600 Subject: Using image from internet instead of saving locally. The filepath was changed to an URL. The image was deleted from the repository. --- _posts/2023-04-17-punched-cards.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_posts/2023-04-17-punched-cards.md') diff --git a/_posts/2023-04-17-punched-cards.md b/_posts/2023-04-17-punched-cards.md index 4e94580..7626710 100644 --- a/_posts/2023-04-17-punched-cards.md +++ b/_posts/2023-04-17-punched-cards.md @@ -5,7 +5,7 @@ tags: [typescript] math: true image: - path: /assets/posts_images/2023-04-17/Used_Punchcard_(5151286161).jpg + path: https://upload.wikimedia.org/wikipedia/commons/f/fe/Used_Punchcard_%285151286161%29.jpg alt: "A 12-row/80-column IBM punched card from the mid-twentieth century. By Pete Birkinshaw from Manchester, UK - Used Punchcard, CC BY 2.0, https://commons.wikimedia.org/w/index.php?curid=49758093" --- @@ -188,4 +188,5 @@ There's really no alternative solutions that we could think of. ## Footnotes -[^1]: See [Code Jam FAQ](https://codingcompetitions.withgoogle.com/codejam/faq) on section **Platform**. \ No newline at end of file +[^1]: See [Code Jam FAQ](https://codingcompetitions.withgoogle.com/codejam/faq) + on section **Platform**. -- cgit v1.2.3