Skip to content

Commit 1f83ec7

Browse files
committed
social: fix footer
The config has changed since last time. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent a73accb commit 1f83ec7

File tree

3 files changed

+12
-99
lines changed

3 files changed

+12
-99
lines changed

_config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,18 @@ minima:
5454

5555
# Generate social links in footer.
5656
social_links:
57-
- platform: mastodon
58-
user_url: "https://social.kernel.org/mptcp"
59-
title: "MPTCP Fediverse account on social.kernel.org"
60-
- platform: github
61-
user_url: "https://github.com/multipath-tcp"
62-
title: "MPTCP GitHub account"
63-
- platform: mastodon-colours
64-
user_url: "https://fosstodon.org/@matttbe"
65-
title: "Matt's Fediverse account on Fosstodon"
66-
- platform: github
67-
user_url: "https://github.com/matttbe"
68-
title: "Matt's GitHub account"
57+
- title: "MPTCP Fediverse account on social.kernel.org"
58+
icon: mastodon
59+
url: "https://social.kernel.org/mptcp"
60+
- title: "MPTCP GitHub account"
61+
icon: github
62+
url: "https://github.com/multipath-tcp"
63+
- title: "Matt's Fediverse account on Fosstodon"
64+
icon: mastodon
65+
url: "https://fosstodon.org/@matttbe"
66+
- title: "Matt's GitHub account"
67+
icon: github
68+
url: "https://github.com/matttbe"
6969

7070
# - { platform: devto, user_url: "https://dev.to/jekyll" }
7171
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }

_includes/social-icons/mastodon-colours.svg

Lines changed: 0 additions & 44 deletions
This file was deleted.

_includes/social-icons/mastodon.svg

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)