Skip to content

Commit

Permalink
Update publications.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeluci authored Jun 20, 2024
1 parent 0e96e4a commit df161be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _pages/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ layout: page
permalink: /publications/
title: Publications
description: Ordered by most recent.
# years: [2024, 2023, 2022, 2021, 2020, 2018]
years: [2024, 2023, 2022, 2021, 2020, 2018]
nav: true
nav_order: 1
---
<!-- _pages/publications.md -->
<div class="publications">

{% bibliography -f papers %}
{%- for y in page.years %}
<h2 class="year">{{y}}</h2>
{% bibliography -f papers -q @*[year={{y}}]* %}
{% endfor %}

</div>

0 comments on commit df161be

Please sign in to comment.