File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ github_username: AntennaPod
9
9
mastodon_username : AntennaPod
10
10
# Mastodon server: do not include protocol, domain only
11
11
mastodon_server : fosstodon.org
12
+ bluesky_username : AntennaPod.org
12
13
13
14
# Build settings
14
15
markdown : kramdown
Original file line number Diff line number Diff line change 67
67
</ a >
68
68
</ p >
69
69
{% endif %}
70
+ {% if site.bluesky_username %}
71
+ < p class ="mb-2 ">
72
+ < a class ="mr-2 " href ="https://bsky.app/profile/{{ site.bluesky_username }} " target ="_blank " rel ="noopener ">
73
+ < i class ="fa-brands fa-bluesky mr-1 "> </ i > Bluesky
74
+ </ a >
75
+ </ p >
76
+ {% endif %}
70
77
{% if site.twitter_username %}
71
78
< p class ="mb-2 ">
72
79
< a class ="mr-2 " href ="https://twitter.com/{{ site.twitter_username }} " target ="_blank " rel ="noopener ">
Original file line number Diff line number Diff line change 78
78
< a class ="mr-2 color-gray-900 " href ="https://github.com/{{ site.github_username }} " target ="_blank "
79
79
rel ="noopener "> < i class ="fa-brands fa-github mr-1 "> </ i > GitHub</ a >
80
80
{% endif %}
81
+ {% if site.bluesky_username %}
82
+ < a class ="mr-2 color-gray-900 " href ="https://bsky.app/profile/{{ site.bluesky_username }} " target ="_blank "
83
+ rel ="noopener "> < i class ="fa-brands fa-bluesky mr-1 "> </ i > Bluesky</ a >
84
+ {% endif %}
81
85
{% if site.twitter_username %}
82
86
< a class ="mr-2 color-gray-900 " href ="https://twitter.com/{{ site.twitter_username }} " target ="_blank "
83
87
rel ="noopener "> < i class ="fa-brands fa-x-twitter mr-1 "> </ i > Twitter</ a >
You can’t perform that action at this time.
0 commit comments