From dee8338faa51ab1897310ca8f752a0dc82a6f5b8 Mon Sep 17 00:00:00 2001 From: Ophelia Date: Tue, 1 May 2018 01:33:09 -0700 Subject: [PATCH] #214 - Add lead-contributor to ides registry Added lead-contributor to table --- _includes/ideastable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ideastable.html b/_includes/ideastable.html index b4df2f6..e2c572f 100644 --- a/_includes/ideastable.html +++ b/_includes/ideastable.html @@ -18,7 +18,7 @@ {% for page in ideas %} - {{page.contributor|xml_escape}} + {{page.lead-contributor|xml_escape}} {{page.id|xml_escape}} {{page.title|xml_escape}} {{page.category|xml_escape}}