Skip to content

fix: open Follow us footer links in a new tab#14942

Merged
skjnldsv merged 1 commit into
masterfrom
fix/follow-us-links-new-tab
May 20, 2026
Merged

fix: open Follow us footer links in a new tab#14942
skjnldsv merged 1 commit into
masterfrom
fix/follow-us-links-new-tab

Conversation

@skjnldsv
Copy link
Copy Markdown
Member

☑️ Resolves

What changed and why

The "Follow us" footer links (Blog, Facebook, X, Instagram, LinkedIn, YouTube,
Mastodon, Feed) previously navigated the user away from the docs page. Added
target="_blank" rel="noopener noreferrer" so they open in a new tab, keeping
the docs page open.

rel="noopener noreferrer" is included alongside target="_blank" to prevent
the opened page from accessing window.opener (security best practice).

🖼️ Screenshots

Footer-only HTML change, no visual layout change.

✅ Checklist

  • I have built the documentation locally and reviewed the output
  • Screenshots are included for visual changes (N/A — no layout change)
  • I have not moved or renamed pages (or added a redirect if I did)
  • I have run codespell or similar and addressed any spelling issues

Social media links in the "Follow us" footer section now open in a new
tab instead of navigating away from the docs page.

Added target="_blank" rel="noopener noreferrer" to all eight links
(Blog, Facebook, X, Instagram, LinkedIn, YouTube, Mastodon, Feed).

Fixes #12322

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

📖 Documentation Preview

🔍 Open preview →

No RST documentation pages changed in this PR.

Last updated: Wed, 20 May 2026 06:10:24 GMT

Copy link
Copy Markdown
Contributor

@miaulalala miaulalala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@skjnldsv skjnldsv merged commit 41d3d21 into master May 20, 2026
24 checks passed
@skjnldsv skjnldsv deleted the fix/follow-us-links-new-tab branch May 20, 2026 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

follow us link such as Facebook Instagram LinkedIn YouTube Twitter Mastodon Podcast RSS Feed should open on different page not in parent page

2 participants