From aff30294c83d4f9c3912d42e910c7406e988eb2b Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 29 Apr 2023 22:22:06 +0100 Subject: [PATCH] Link to import code --- content/posts/archiving-instagram-posts/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/archiving-instagram-posts/index.md b/content/posts/archiving-instagram-posts/index.md index c83a2432..fce8cbb5 100644 --- a/content/posts/archiving-instagram-posts/index.md +++ b/content/posts/archiving-instagram-posts/index.md @@ -14,3 +14,5 @@ I spent a little time this weekend reminding myself of what writing code is like You can find it at [/instagram-posts](/instagram-posts) — I'll figure out a good place to leave a permanent link soon! {{< figure src="instgram-posts.webp" title="A screenshot of the new archival page on this blog; tiled photos from my instagram feed." >}} + +If this incredibly specific challenge is something you also face, you can find the (slap-dash) code I wrote in the [repo that contains this blog](https://github.com/jphastings/www.byjp.me/tree/main/tools/archive/instagram).