pages/_includes/selected_papers.html
Rohan Deb Sarkar f2be212967
Add news page (#1085)
fixes #993 

Also added links to news and publications from respective section
headers on the home page. Changed the colors of the header links to make
it consistent with the previous look.
2023-01-08 22:46:31 +05:30

5 lines
118 B
HTML

<div class="publications">
{% bibliography -f papers -q @*[selected=true]* %}
</div>