Skip to content

Commit 771c789

Browse files
authored
Update about.liquid
1 parent 66c5b75 commit 771c789

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

_layouts/about.liquid

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,6 @@ layout: default
9999
{% include selected_papers.liquid %}
100100
{% endif %}
101101

102-
<!-- Social -->
103-
{% if page.social %}
104-
<div class="social">
105-
<div class="contact-icons">{% include social.liquid %}</div>
106-
107-
<div class="contact-note">{{ site.contact_note }}</div>
108-
</div>
109-
{% endif %}
110-
111-
{% if site.newsletter.enabled and site.footer_fixed %}
112-
{% include scripts/newsletter.liquid center=true %}
113-
{% endif %}
114-
115102
<!-- Projects -->
116103
<h2>
117104
<a href="{{ '/projects/' | relative_url }}" style="color: inherit">Projects</a>
@@ -171,6 +158,20 @@ layout: default
171158
{% endif %}
172159
{% endif %}
173160
</div>
161+
162+
<!-- Social -->
163+
{% if page.social %}
164+
<div class="social">
165+
<div class="contact-icons">{% include social.liquid %}</div>
166+
167+
<div class="contact-note">{{ site.contact_note }}</div>
168+
</div>
169+
{% endif %}
170+
171+
{% if site.newsletter.enabled and site.footer_fixed %}
172+
{% include scripts/newsletter.liquid center=true %}
173+
{% endif %}
174+
174175
</article>
175176
</div>
176177
<!-- </div> -->

0 commit comments

Comments
 (0)