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 13, 2024
1 parent 3f6719d commit 7057037
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _pages/publications.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
layout: page
permalink: /publications/
title: Publications
title: publications
description: Ordered by most recent.
years: [2024, 2023, 2022, 2021, 2020]
years: [2024, 2023, 2022, 2021, 2019, 2018]
nav: true
nav_order: 1
---
<!-- _pages/publications.md -->
<div class="publications">

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

</div>

0 comments on commit 7057037

Please sign in to comment.