File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -99,19 +99,6 @@ layout: default
99
99
{% include selected_papers .liquid %}
100
100
{% endif %}
101
101
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
-
115
102
<!-- Projects -->
116
103
<h2 >
117
104
<a href =" {{ '/projects/' | relative_url }}" style =" color : inherit " >Projects</a >
@@ -171,6 +158,20 @@ layout: default
171
158
{% endif %}
172
159
{% endif %}
173
160
</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
+
174
175
</article >
175
176
</div >
176
177
<!-- </div> -->
You can’t perform that action at this time.
0 commit comments