File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="navbar social ">
2
2
< ul class ="nav navbar-nav ">
3
- < li > < a href ="https://www.linkedin.com/in/{{ site.linkedin_username }} "> < i class ="fa fa-linkedin-square "> </ i > </ a > </ li >
4
- < li > < a href ="https://github.com/{{ site.github_username }} "> < i class ="fa fa-github "> </ i > </ a > </ li >
5
- < li > < a href ="https://twitter.com/{{ site.twitter_username }} "> < i class ="fa fa-twitter "> </ i > </ a > </ li >
6
- < li > < a href ="mailto:{{ site.email }} "> < i class ="fa fa-envelope "> </ i > </ a > </ li >
3
+ {% if site.linkedin_username %}
4
+ < li > < a href ="https://www.linkedin.com/in/{{ site.linkedin_username }} "> < i class ="fa fa-linkedin-square "> </ i > </ a > </ li >
5
+ {% endif %}
6
+ {% if site.github_username %}
7
+ < li > < a href ="https://github.com/{{ site.github_username }} "> < i class ="fa fa-github "> </ i > </ a > </ li >
8
+ {% endif %}
9
+ {% if site.twitter_username %}
10
+ < li > < a href ="https://twitter.com/{{ site.twitter_username }} "> < i class ="fa fa-twitter "> </ i > </ a > </ li >
11
+ {% endif %}
12
+ {% if site.email %}
13
+ < li > < a href ="mailto:{{ site.email }} "> < i class ="fa fa-envelope "> </ i > </ a > </ li >
14
+ {% endif %}
7
15
</ ul >
8
16
</ div >
You can’t perform that action at this time.
0 commit comments