Skip to content

Reorder footer social media links and add Threads#1478

Merged
andygrunwald merged 1 commit into
mainfrom
andygrunwald/reorder-footer-social-media
Jun 13, 2026
Merged

Reorder footer social media links and add Threads#1478
andygrunwald merged 1 commit into
mainfrom
andygrunwald/reorder-footer-social-media

Conversation

@andygrunwald

Copy link
Copy Markdown
Contributor

What

Reorders the Social Media presence in the site footer and adds the Engineering Kiosk Threads account (https://www.threads.com/@engineeringkiosk), which previously had no entry in the org-level social data.

New order:

  1. LinkedIn
  2. Mastodon
  3. Bluesky
  4. Threads
  5. X
  6. Instagram
  7. YouTube
  8. GitHub
  9. TikTok

Changes

  • src/data/podcast-info.json — add a threads entry and reorder the socials keys to match the new display order.
  • src/components/Footer.astro — reorder the explicit key array that drives the footer render order.

Icons

No new asset needed: the official Threads logo already lived at public/images/brands/threads.svg (black "@-ribbon" mark, also used by the per-person SocialLinks component). It matches the black X icon already used in the footer.

Scope

Footer / org-level only. The per-person SocialLinks.astro component, linktree.astro (curated subset), and kontakt.astro (contact-context links) were intentionally left untouched.

Verification

  • make build → completed; built footer output matches the target order exactly.
  • make test-javascript → 86 tests passed.
  • Both edited files pass prettier --check.

🤖 Generated with Claude Code

Apply a deliberate display order to the footer's social media presence
and surface the org's Threads account, which had no representation in the
org-level social data until now.

The footer's render order is driven by an explicit key array in
Footer.astro; the order of keys in podcast-info.json is now aligned with
it so the data file reads in the same sequence. The Threads entry reuses
the existing official brand mark at /images/brands/threads.svg, which
matches the black X icon already used in the footer.

New order: LinkedIn, Mastodon, Bluesky, Threads, X, Instagram, YouTube,
GitHub, TikTok.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@netlify

netlify Bot commented Jun 13, 2026

Copy link
Copy Markdown

Deploy Preview for nifty-bardeen-5c7e53 ready!

Name Link
🔨 Latest commit f140a43
🔍 Latest deploy log https://app.netlify.com/projects/nifty-bardeen-5c7e53/deploys/6a2d54b28ac4a60008b165aa
😎 Deploy Preview https://deploy-preview-1478--nifty-bardeen-5c7e53.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@andygrunwald andygrunwald merged commit d68ff6d into main Jun 13, 2026
6 checks passed
@andygrunwald andygrunwald deleted the andygrunwald/reorder-footer-social-media branch June 13, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant