File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ social-network-links:
57
57
twitter : daattali
58
58
patreon : DeanAttali
59
59
youtube : " @daattali"
60
+ whatsapp : 15551212
60
61
# medium: yourname
61
62
# reddit: yourname
62
63
# linkedin: daattali
Original file line number Diff line number Diff line change 63
63
</ li >
64
64
{%- endif -%}
65
65
66
+ {%- if network[0] == "whatsapp" -%}
67
+ < li class ="list-inline-item ">
68
+ < a href ="https://wa.me/{{ network[1] }} " title ="Whatsapp ">
69
+ < span class ="fa-stack fa-lg " aria-hidden ="true ">
70
+ < i class ="fas fa-circle fa-stack-2x "> </ i >
71
+ < i class ="fab fa-whatsapp fa-stack-1x fa-inverse "> </ i >
72
+ </ span >
73
+ < span class ="sr-only "> Whatsapp</ span >
74
+ </ a >
75
+ </ li >
76
+ {%- endif -%}
77
+
66
78
{%- if network[0] == "github" -%}
67
79
< li class ="list-inline-item ">
68
80
< a href ="https://github.com/{{ network[1] }} " title ="GitHub ">
370
382
{%- endfor -%}
371
383
372
384
</ ul >
373
- {% endif %}
385
+ {% endif %}
You can’t perform that action at this time.
0 commit comments