From f8a3b0425dd07772799adc860d386e12b070aeb5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 6 Feb 2020 17:48:54 +0100
Subject: [PATCH] Display more working papers on the index page

---
 wp/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp/index.md b/wp/index.md
index 4d1bbb4..f31737a 100644
--- a/wp/index.md
+++ b/wp/index.md
@@ -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 %}
-- 
GitLab