Skip to content

Commit ea44c81

Browse files
Demi-wlwclaude
andcommitted
move selected publications above news on home page
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 736f51d commit ea44c81

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

_layouts/about.liquid

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

0 commit comments

Comments
 (0)