Remove by year grouping from selected publications (#1796)

This commit is contained in:
Maruan 2023-10-05 00:23:34 -04:00 committed by GitHub
parent 8893d483bc
commit da661b1662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="publications">
{% bibliography -f {{ site.scholar.bibliography }} -q @*[selected=true]* %}
{% bibliography -f {{ site.scholar.bibliography }} --group_by none --query @*[selected=true]* %}
</div>