From 615405df77e78a81bc4e681ee08d52dd1d033040 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Fri, 10 Mar 2023 10:39:55 -0500 Subject: [PATCH] Updated post --- content/blog/displaying-a-toot-hugo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/blog/displaying-a-toot-hugo.md b/content/blog/displaying-a-toot-hugo.md index 664c964..11781d3 100644 --- a/content/blog/displaying-a-toot-hugo.md +++ b/content/blog/displaying-a-toot-hugo.md @@ -159,7 +159,8 @@ To display the images we range over the media_attachments array and grab any ima ``` -For the interaction URLs notice the following pattern: +At time time of post interaction URLs followed the upcoming pattern. +This has been removed since, and I have not yet found an alternative. - Reply URL -> `https://SERVER/interact/TOOTID?type=reply` - Favorite URL -> `https://SERVER/interact/TOOTID?type=favourite`