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,6 +40,14 @@ layout: default
4040
4141 <div class =" clearfix" >{{ content }}</div >
4242
43+ <!-- Selected papers -->
44+ {% if page .selected_papers %}
45+ <h2 >
46+ <a href =" {{ '/publications/' | relative_url }}" style =" color : inherit " >Selected publications:newspaper:</a >
47+ </h2 >
48+ {% include selected_papers .liquid %}
49+ {% endif %}
50+
4351 <!-- News -->
4452 {% if page .news and site .announcements .enabled %}
4553 <h2 >
@@ -56,14 +64,6 @@ layout: default
5664 {% include latest_posts .liquid %}
5765 {% endif %}
5866
59- <!-- Selected papers -->
60- {% if page .selected_papers %}
61- <h2 >
62- <a href =" {{ '/publications/' | relative_url }}" style =" color : inherit " >Selected publications:newspaper:</a >
63- </h2 >
64- {% include selected_papers .liquid %}
65- {% endif %}
66-
6767 <!-- Social -->
6868 {% if page .social %}
6969 <div class =" social" >
You can’t perform that action at this time.
0 commit comments