diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html
index cfaeb80..ca3b34f 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 5a370a7..8948d57 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 %}