Skip to content

Commit 18bf2ea

Browse files
authored
Update publications.md
1 parent 78715d1 commit 18bf2ea

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

_pages/publications.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ years: [2025, 2023, 2022, 2021]
77
nav: true
88
nav_order: 1
99
---
10-
11-
Here you can find a list of my publications. If you cannot access any of the papers listed below, please email me — I’d be happy to share a copy!
10+
Here you can find a list of my publications. If you cannot access any of the papers listed below, please email me — I'd be happy to share a copy!
1211

1312
<div class="publications">
1413
{% for y in page.years %}
1514
<h2 class="year">{{ y }}</h2>
16-
{% bibliography --query "year:#{y}" %}
15+
{% bibliography --query @*[year={{y}}] %}
1716
{% endfor %}
1817
</div>

0 commit comments

Comments
 (0)