Skip to content

Commit 0c25b55

Browse files
committed
Fix last.
1 parent eaccf7d commit 0c25b55

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

_layouts/about.liquid

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1919
selected_papers: true # includes a list of papers marked as "selected={true}"
2020
social: false # includes social icons at the bottom of the page
2121

0 commit comments

Comments
 (0)