File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ social-network-links:
65
65
# google-scholar: your google scholar
66
66
# discord: invite/invite_code or users/userid
67
67
# kaggle: yourname
68
+ # hackerrank: yourname
68
69
69
70
# If you want your website to generate an RSS feed, provide a description
70
71
# The URL for the feed will be https://<your_website>/feed.xml
Original file line number Diff line number Diff line change 324
324
</ li >
325
325
{%- endif -%}
326
326
327
+ {%- if site.social-network-links.hackerrank -%}
328
+ < li class ="list-inline-item ">
329
+ < a href ="https://www.hackerrank.com/{{ site.social-network-links.hackerrank }} " title ="Hackerrank ">
330
+ < span class ="fa-stack fa-lg " aria-hidden ="true ">
331
+ < i class ="fas fa-circle fa-stack-2x "> </ i >
332
+ < i class ="fab fa-hackerrank fa-stack-1x fa-inverse "> </ i >
333
+ </ span >
334
+ < span class ="sr-only "> Hackerrank</ span >
335
+ </ a >
336
+ </ li >
337
+ {%- endif -%}
338
+
327
339
</ ul >
You can’t perform that action at this time.
0 commit comments