Remove by year grouping from selected publications (#1796)
This commit is contained in:
parent
8893d483bc
commit
da661b1662
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue