File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ footer-links:
3030 rss : swissky # just type anything here for a working RSS icon
3131 twitter : pentest_swissky
3232 mastodon : swissky
33+ bluesky : swissky.bsky.social
3334 stackoverflow : # your stackoverflow profile, e.g. "users/50476/bart-kiers"
3435 youtube : # channel/<your_long_string> or user/<user-name>
3536 googleplus : # anything in your profile username that comes after plus.google.com/
Original file line number Diff line number Diff line change 88{% if site.footer-links.pinterest %}< a href ="https://www.pinterest.com/{{ site.footer-links.pinterest }} "> < i class ="svg-icon pinterest "> </ i > </ a > {% endif %}
99{% if site.footer-links.rss %}< a href ="{{ site.baseurl }}/feed.xml "> < i class ="svg-icon rss "> </ i > </ a > {% endif %}
1010{% if site.footer-links.twitter %}< a href ="https://www.twitter.com/{{ site.footer-links.twitter }} "> < i class ="svg-icon twitter "> </ i > </ a > {% endif %}
11+ {% if site.footer-links.bluesky %}< a href ="https://bsky.app/profile//{{ site.footer-links.bluesky }} "> < i class ="svg-icon bluesky "> </ i > </ a > {% endif %}
1112{% if site.footer-links.mastodon %}< a href ="https://infosec.exchange/@{{ site.footer-links.mastodon }} "> < i class ="svg-icon mastodon "> </ i > </ a > {% endif %}
1213{% if site.footer-links.stackoverflow %}< a href ="http://stackoverflow.com/{{ site.footer-links.stackoverflow }} "> < i class ="svg-icon stackoverflow "> </ i > </ a > {% endif %}
1314{% if site.footer-links.youtube %}< a href ="https://youtube.com/{{ site.footer-links.youtube }} "> < i class ="svg-icon youtube "> </ i > </ a > {% endif %}
Original file line number Diff line number Diff line change 3939 background-color : #000000 ;
4040 border-radius : 50px ;
4141 }
42+ & .bluesky {
43+ background-image : url (images/logo/bluesky.svg );
44+ background-size : cover ;
45+ background-color : #000000 ;
46+ border-radius : 50px ;
47+ }
4248
4349
4450
You can’t perform that action at this time.
0 commit comments