fix:Use FORRT banner as default social sharing image#696
Merged
LukasWallrich merged 4 commits intomasterfrom Mar 12, 2026
Merged
fix:Use FORRT banner as default social sharing image#696LukasWallrich merged 4 commits intomasterfrom
LukasWallrich merged 4 commits intomasterfrom
Conversation
Contributor
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
Contributor
|
✅ Staging Deployment Status This PR has been successfully deployed to staging as part of an aggregated deployment. Deployed at: 2026-03-12 11:04:02 UTC The staging site shows the combined state of all compatible open PRs. |
Contributor
Author
|
@LukasWallrich it Looks Good |
Contributor
|
Thanks @richarddushime. This is obviously a very boring image, so ok as a fallback, but can we document how to specify another image (maybe in your new contributing instructions?) |
Contributor
📝 Spell Check ResultsFound 8 potential spelling issue(s) in this PR: 📄
|
| Line | Issue |
|---|---|
| 130 | Tham ==> Than |
| 171 | Tham ==> Than |
| 201 | Tham ==> Than |
📄 content/educators-corner/004-Teaching-why-how-replication/index.md
| Line | Issue |
|---|---|
| 94 | pre-selected ==> preselected |
📄 content/glossary/english/statistical_significance.md
| Line | Issue |
|---|---|
| 5 | pre-selected ==> preselected |
📄 content/pedagogies/003-CREP/index.md
| Line | Issue |
|---|---|
| 86 | pre-selected ==> preselected |
| 126 | pre-selected ==> preselected |
| 134 | pre-selected ==> preselected |
ℹ️ How to address these issues:
- Fix the typo: If it's a genuine typo, please correct it.
- Add to whitelist: If it's a valid word (e.g., a name, technical term), add it to
.codespell-ignore.txt - False positive: If this is a false positive, please report it in the PR comments.
🤖 This check was performed by codespell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
When the Steering Committee page was shared on social platforms, previews showed the first image on the page instead of FORRT logo.
Cause: The default sharing image was set to FORRT_banner.svg. Many platforms don’t use SVG for link previews and fall back to the first
in the HTML, which on that page was a member profile.
Change: Set the site-wide default sharing image to img/FORRTbanner.webp in config/_default/params.toml.
Thanks to Adira and flavio
Type of Change
Testing
Checklist
Notes