File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ your_name : Emil Baehr
2424your_link : https://emilbaehr.com
2525your_city : Copenhagen
262627+ linkedin_username :
28+ linkedin_company :
2729facebook_username :
2830instagram_username : ebaehr
2931twitter_username : ebaehr
Original file line number Diff line number Diff line change 44 {% endif %}
55 < div class ="footerIcons ">
66
7+ {% if site.linkedin_username %}
8+ < a href ="https://linkedin.com/in/{{ site.linkedin_username }} ">
9+ < span class ="fa-stack fa-1x ">
10+ < i class ="socialIconBack fas fa-circle fa-stack-2x "> </ i >
11+ < i class ="socialIconTop fab fa-linkedin fa-stack-1x "> </ i >
12+ </ span >
13+ </ a >
14+ {% endif %}
15+
16+ {% if site.linkedin_company %}
17+ < a href ="https://linkedin.com/company/{{ site.linkedin_company }} ">
18+ < span class ="fa-stack fa-1x ">
19+ < i class ="socialIconBack fas fa-circle fa-stack-2x "> </ i >
20+ < i class ="socialIconTop fab fa-linkedin fa-stack-1x "> </ i >
21+ </ span >
22+ </ a >
23+ {% endif %}
24+
725 {% if site.facebook_username %}
826 < a href ="https://facebook.com/{{ site.facebook_username }} ">
927 < span class ="fa-stack fa-1x ">
You can’t perform that action at this time.
0 commit comments