Since the citation file and other stuff is already defined in
`_config.yml`, removed them when calling `{% bibliography %}`. Also
realized that `jekyll-scholar` helps in displaying only the papers cited
in page, changed to use that.
Signed-off-by: George Araújo <george.gcac@gmail.com>
5 lines
129 B
HTML
5 lines
129 B
HTML
|
|
<div class="publications">
|
|
{% bibliography --group_by none --query @*[selected=true]* %}
|
|
</div>
|