From da661b16623966f7fe5d1df61429f9e2270bd7d2 Mon Sep 17 00:00:00 2001 From: Maruan Date: Thu, 5 Oct 2023 00:23:34 -0400 Subject: [PATCH] Remove by year grouping from selected publications (#1796) --- _includes/selected_papers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html index ca3b34f..97fbf10 100644 --- a/_includes/selected_papers.html +++ b/_includes/selected_papers.html @@ -1,4 +1,4 @@
- {% bibliography -f {{ site.scholar.bibliography }} -q @*[selected=true]* %} + {% bibliography -f {{ site.scholar.bibliography }} --group_by none --query @*[selected=true]* %}