← back to Linenwallpaper
linenwallpaper: fix IG embed showing the wrong account (@retrowalls -> @linenwallpaper)
d268e5ae9c7c4241a62d8e49682886f879984220 · 2026-09-14 15:10:51 -0700 · Steve
The homepage IG-EMBED block carried @retrowalls' handle and 3 retrowalls
permalinks. Regenerated from ig-embed-data.json via inject-ig-embed.mjs
--apply, correcting it to @linenwallpaper's own handle + 3 real posts.
Local only; not yet deployed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X7mfnaSD5EB3DGZcaamU8A
Files touched
Diff
commit d268e5ae9c7c4241a62d8e49682886f879984220
Author: Steve <steve@designerwallcoverings.com>
Date: Mon Sep 14 15:10:51 2026 -0700
linenwallpaper: fix IG embed showing the wrong account (@retrowalls -> @linenwallpaper)
The homepage IG-EMBED block carried @retrowalls' handle and 3 retrowalls
permalinks. Regenerated from ig-embed-data.json via inject-ig-embed.mjs
--apply, correcting it to @linenwallpaper's own handle + 3 real posts.
Local only; not yet deployed.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01X7mfnaSD5EB3DGZcaamU8A
---
public/index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/index.html b/public/index.html
index 3019fb4..618bbce 100644
--- a/public/index.html
+++ b/public/index.html
@@ -635,11 +635,11 @@ html.hf-sample [data-f="sample"] { display:none !important }
<!-- IG-EMBED:START (TK-11322) -->
<section class="ig-embed" aria-label="Follow us on Instagram" style="max-width:1120px;margin:44px auto;padding:0 20px">
- <h2 style="font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:.02em;text-align:center;margin:0 0 20px">Follow <a href="https://www.instagram.com/retrowalls/" target="_blank" rel="noopener noreferrer">@retrowalls</a> on Instagram</h2>
+ <h2 style="font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:.02em;text-align:center;margin:0 0 20px">Follow <a href="https://www.instagram.com/linenwallpaper/" target="_blank" rel="noopener noreferrer">@linenwallpaper</a> on Instagram</h2>
<div class="ig-embed__row" style="display:flex;gap:16px;flex-wrap:wrap;justify-content:center;align-items:flex-start">
- <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DcchrqWnxj9/" data-instgrm-version="14" style="margin:0;min-width:250px;max-width:328px;width:100%"></blockquote>
- <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/Dcb33LOgewK/" data-instgrm-version="14" style="margin:0;min-width:250px;max-width:328px;width:100%"></blockquote>
- <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DcWe5rWgaUu/" data-instgrm-version="14" style="margin:0;min-width:250px;max-width:328px;width:100%"></blockquote>
+ <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DdFmpaoGzBk/" data-instgrm-version="14" style="margin:0;min-width:250px;max-width:328px;width:100%"></blockquote>
+ <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DdFBUezGb3w/" data-instgrm-version="14" style="margin:0;min-width:250px;max-width:328px;width:100%"></blockquote>
+ <blockquote class="instagram-media" data-instgrm-permalink="https://www.instagram.com/p/DdEoLVmGzpa/" data-instgrm-version="14" style="margin:0;min-width:250px;max-width:328px;width:100%"></blockquote>
</div>
</section>
<script async src="//www.instagram.com/embed.js"></script>
← ec8a243 Add clean /privacy route (AdSense URL consistency)
·
back to Linenwallpaper
·
linenwallpaper: declare helmet + dotenv (undeclared deps cra ac1a592 →