File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 251
251
"json_url" : "/versions.json" ,
252
252
"version_match" : switcher_version ,
253
253
},
254
+ "icon_links" : [
255
+ {
256
+ "name" : "Mastodon" ,
257
+ "url" : "https://fosstodon.org/@pandas_dev" ,
258
+ "icon" : "fa-brands fa-mastodon" ,
259
+ },
260
+ ],
254
261
}
255
262
256
263
# Add any paths that contain custom themes here, relative to this directory.
Original file line number Diff line number Diff line change 74
74
< i class ="fab fa-telegram "> </ i >
75
75
</ a >
76
76
</ li >
77
+ < li class ="list-inline-item ">
78
+ < a href ="https://fosstodon.org/@pandas_dev " rel ="me ">
79
+ < i class ="fab fa-mastodon "> </ i >
80
+ </ a >
81
+ </ li >
77
82
< li class ="list-inline-item ">
78
83
< a href ="https://twitter.com/pandas_dev/ ">
79
84
< i class ="fab fa-twitter "> </ i >
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ <h4>Follow us</h4>
77
77
< i class ="follow-us-button fab fa-telegram "> </ i >
78
78
</ a >
79
79
</ li >
80
+ < li class ="list-inline-item ">
81
+ < a href ="https://fosstodon.org/@pandas_dev " rel ="me ">
82
+ < i class ="follow-us-button fab fa-mastodon "> </ i >
83
+ </ a >
84
+ </ li >
80
85
< li class ="list-inline-item ">
81
86
< a href ="https://twitter.com/pandas_dev/ ">
82
87
< i class ="follow-us-button fab fa-twitter "> </ i >
You can’t perform that action at this time.
0 commit comments