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
1 change: 1 addition & 0 deletions _data/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"open-collective-url": "https://opencollective.com/stride3d",
"stackexchange-url": "https://gamedev.stackexchange.com/questions/tagged/stride",
"twitter-url": "https://twitter.com/stridedotnet",
"mastodon-url": "https://mastodon.gamedev.place/@xenko",
"youtube-url": "https://www.youtube.com/@Stride3D"
},
"authors": {
Expand Down
6 changes: 3 additions & 3 deletions _includes/_top-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
</a>
</li>
<li class="nav-item col-6 col-lg-auto">
<a class="nav-link py-2 px-0 px-lg-2" href="{{ site.links.twitter-url }}" target="_blank" rel="noopener" aria-label="Twitter link" title="Twitter">
<i class="fa-brands fa-twitter text-decoration-none"></i>
<small class="d-lg-none">Twitter</small>
<a class="nav-link py-2 px-0 px-lg-2" href="{{ site.links.mastodon-url }}" target="_blank" rel="noopener" aria-label="Mastodon link" title="Mastodon">
<i class="fa-brands fa-mastodon text-decoration-none"></i>
<small class="d-lg-none">Mastodon</small>
</a>
</li>
<li class="nav-item col-6 col-lg-auto">
Expand Down
3 changes: 3 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ <h3 {{ text-styling }}>Blog</h3>
<a class="{{ social-class }} me-2 text-decoration-none" href="{{ site.links.twitter-url }}" target="_blank" rel="noopener" aria-label="Twitter link" title="Twitter">
<i class="fa-brands fa-xl fa-twitter text-decoration-none"></i>
</a>
<a class="{{ social-class }} me-2 text-decoration-none" href="{{ site.links.mastodon-url }}" target="_blank" rel="noopener" aria-label="Mastodon link" title="Mastodon">
<i class="fa-brands fa-xl fa-mastodon text-decoration-none"></i>
</a>
<a class="{{ social-class }} me-2 text-decoration-none" href="{{ site.links.open-collective-url }}" target="_blank" rel="noopener" aria-label="Open Collective link">
{% include svg-icons.html type:'open-collective' size:26 style:'margin-top:-5px' %}
</a>
Expand Down