Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions content/contribute/ct-share.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ tags = ["share"]
title = "Share"
draft = false
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"
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
share_github = "https://github.com/oslc-op"
share_github = "https://github.com/oslc-op"
share_twitter = "https://twitter.com"

Copilot uses AI. Check for mistakes.
share_linkedin = "https://www.linkedin.com/groups/3957829"
share_youtube = "https://www.youtube.com/channel/UCO09R3FGcxbMudDIc3htdKQ"
+++
3 changes: 1 addition & 2 deletions themes/oslc/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<div class="row">
<div class="footer__links">
<div class="footer__item footer__item--social">
<a target="_blank" href="https://github.com/oslc"><span class="fa fa-github fa-lg"></span></a>
<a target="_blank" href="https://twitter.com/oslcNews"><span class="fa fa-twitter fa-lg"></span></a>
<a target="_blank" href="https://github.com/oslc-op"><span class="fa fa-github fa-lg"></span></a>
<a target="_blank" href="https://www.linkedin.com/groups/3957829"><span class="fa fa-linkedin-square fa-lg"></span></a>
<a target="_blank" href="https://www.youtube.com/channel/UCO09R3FGcxbMudDIc3htdKQ"><span class="fa fa-youtube-play fa-lg"></span></a>
</div>
Expand Down
3 changes: 1 addition & 2 deletions themes/oslc/layouts/partials/sidebar-posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ <h2>Recommended Posts</h2>
<div class="popular-networks">
<h2>Connect with us</h2>
<div class="networks-container">
<a target="_blank" href="https://github.com/oslc" class="fa fa-github fa-lg"></a>
<a target="_blank" href="https://twitter.com/oslcnews" class="fa fa-twitter fa-lg"></a>
<a target="_blank" href="https://github.com/oslc-op" class="fa fa-github fa-lg"></a>
<a target="_blank" href="https://www.linkedin.com/groups/3957829" class="fa fa-linkedin-square fa-lg"></a>
<a target="_blank" href="https://www.youtube.com/channel/UCO09R3FGcxbMudDIc3htdKQ" class="fa fa-youtube-play fa-lg"></a>
</div>
Expand Down