Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4579fa5

Browse files
committed
Fixed Mastodon feed link going to API on home page
1 parent dccf2e8 commit 4579fa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ tootsFeedImage: "mastodon-feed.jpg"
101101
tootsFeedTitle: "What's Up?"
102102
mastodonHashTag: "MenderCon2025"
103103
mastodonFeedApiUrl: "https://toot.legacycode.rocks/api/v1/timelines/tag/MenderCon2025"
104+
mastodonFeedUrl: "https://toot.legacycode.rocks/tags/MenderCon2025"
104105

105106
# Partners Block
106107
organizersTitle: "Organizers"

_includes/mastodon-feed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-mastodon"></use>
99
</svg>
1010
</a>
11-
<h3>{{ site.tootsFeedTitle }} <a href="{{ site.mastodonFeedApiUrl }}" target="_blank">#{{ site.mastodonHashTag }}</a>
11+
<h3>{{ site.tootsFeedTitle }} <a href="{{ site.mastodonFeedUrl }}" target="_blank">#{{ site.mastodonHashTag }}</a>
1212
</h3>
1313
<div id="toots" class="toots"></div>
1414
</div>

0 commit comments

Comments
 (0)