From 85c945f8a72e6a20b571f6b09c37cbb268fce4de Mon Sep 17 00:00:00 2001 From: Crystal Melting Dot Date: Sat, 27 Mar 2021 12:20:18 +0300 Subject: [PATCH] Display signatories count on top of the list --- _includes/signatures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/signatures.html b/_includes/signatures.html index 1ebed35c..a9aeb547 100644 --- a/_includes/signatures.html +++ b/_includes/signatures.html @@ -1,4 +1,4 @@ -

Signed:

+

Signed ({{ site.data.signed.size }} individuals):

    {% capture signs %} {% for sign_hash in site.data.signed %}