Skip to content
Snippets Groups Projects
Verified Commit f8a3b042 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Display more working papers on the index page

parent 7d9b00ab
No related branches found
No related tags found
No related merge requests found
Pipeline #3135 passed
......@@ -10,7 +10,7 @@ title: Working Papers
{% endfor %}
<ol>
{% for wp in site.data.wp limit:5 %}
{% for wp in site.data.wp limit:7 %}
<li value = "{{ wpn }}">
{{ wp.authors }} ({{ wp.year }}), “<a href="{{ wp.url }}">{{ wp.title }}</a>
{% if wp.source_url %}(<a href="{{ wp.source_url }}">source</a>){% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment