File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ layout: default
4040
4141 <div class =" clearfix" >
4242 {{ content }}
43-
4443 <!-- Social -->
45- {% if page .profile . social %}
44+ {% if page .social_after_content %}
4645 <div class =" social" >
47- <div class =" contact-icons" >{% social_links %}</ div >
48-
49- <div class = " contact-note " >{{ site . contact_note }}</ div >
46+ <span class =" contact-icons text-center " >
47+ {% include social . html %}
48+ </ span >
5049 </div >
5150 {% endif %}
5251 </div >
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ profile:
1414 <p>CASA, HPSC </p>
1515 <p>NL-5612 AE, Eindhoven</p>
1616 <p>Room MF5097</p></p>
17- social : true # includes social icons in the profile
1817
18+ social_after_content : true # includes social icons after main content
1919selected_papers : true # includes a list of papers marked as "selected={true}"
2020social : false # includes social icons at the bottom of the page
2121
You can’t perform that action at this time.
0 commit comments