diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html index cfaeb80386e3..ca3b34f4f228 100644 --- a/_includes/selected_papers.html +++ b/_includes/selected_papers.html @@ -1,4 +1,4 @@
- {% bibliography -f papers -q @*[selected=true]* %} + {% bibliography -f {{ site.scholar.bibliography }} -q @*[selected=true]* %}
diff --git a/_pages/publications.md b/_pages/publications.md index 5a370a726c68..8948d578e138 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -12,7 +12,7 @@ nav_order: 1 {%- for y in page.years %}

{{y}}

- {% bibliography -f papers -q @*[year={{y}}]* %} + {% bibliography -f {{ site.scholar.bibliography }} -q @*[year={{y}}]* %} {% endfor %}