diff options
author | Hisiste <aditooliva@gmail.com> | 2023-04-23 19:15:09 -0600 |
---|---|---|
committer | Hisiste <aditooliva@gmail.com> | 2023-04-23 19:15:09 -0600 |
commit | 4339d1258f4b89d4e2349db4173a2bb284fd48f3 (patch) | |
tree | ed6562c27e55a71e2ffb4e2cb93c904c66c04b4e /_posts/2023-04-17-punched-cards.md | |
parent | b1ad567e8bc2da532244a60fe2136fe1d49d21b3 (diff) | |
download | personal-web-4339d1258f4b89d4e2349db4173a2bb284fd48f3.tar.gz personal-web-4339d1258f4b89d4e2349db4173a2bb284fd48f3.zip |
Using image from internet instead of saving locally.
The filepath was changed to an URL. The image was deleted from the
repository.
Diffstat (limited to '_posts/2023-04-17-punched-cards.md')
-rw-r--r-- | _posts/2023-04-17-punched-cards.md | 5 |
1 files changed, 3 insertions, 2 deletions
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**. |