File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ toc_sticky: true
4545 {% bibliography --query @unpublished %}
4646{% endif %}
4747
48- <!-- Journal articles -->
48+ <!-- Books -->
4949{% capture counter_book %}{% bibliography_count --query @book %}{% endcapture %}
5050{% if counter_book != "0" %}
5151
@@ -54,7 +54,16 @@ toc_sticky: true
5454 {% bibliography --query @book %}
5555{% endif %}
5656
57- <!-- Journal articles-->
57+ <!-- Book chapters -->
58+ {% capture counter_chapter %}{% bibliography_count --query @incollection %}{% endcapture %}
59+ {% if counter_chapter != "0" %}
60+
61+ ## Book chapters
62+
63+ {% bibliography --query @incollection %}
64+ {% endif %}
65+
66+ <!-- Journal articles -->
5867{% capture counter_article %}{% bibliography_count --query @article %}{% endcapture %}
5968{% if counter_article != "0" %}
6069
You can’t perform that action at this time.
0 commit comments