Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub organization links from oslc to oslc-op and removes Twitter social media links across the site's footer, sidebar, and social sharing configuration.
Key changes:
- GitHub organization URL updated from
https://github.com/oslctohttps://github.com/oslc-op - Twitter links removed from footer and sidebar navigation
- Twitter parameter removed from social sharing configuration
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
themes/oslc/layouts/partials/sidebar-posts.html |
Updated GitHub link to oslc-op organization and removed Twitter icon link |
themes/oslc/layouts/partials/footer.html |
Updated GitHub link to oslc-op organization and removed Twitter icon link |
content/contribute/ct-share.md |
Updated share_github parameter to oslc-op and removed share_twitter parameter |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| share_intro = "Follow us on social networks, and don't forget to share!" | ||
| share_github = "https://github.com/oslc" | ||
| share_twitter = "https://twitter.com/oslcNews" | ||
| share_github = "https://github.com/oslc-op" |
There was a problem hiding this comment.
The template still references the share_twitter parameter on line 28 of themes/oslc/layouts/contribute/list.html, but this parameter was removed from content/contribute/ct-share.md. This will result in a broken link or render an empty href attribute. The Twitter icon link should be removed from the template to match the changes in this PR.
| share_github = "https://github.com/oslc-op" | |
| share_github = "https://github.com/oslc-op" | |
| share_twitter = "https://twitter.com" |
No description provided.