diff --git a/home/_includes/stats.html b/home/_includes/stats.html index f4a0705c..d36ca243 100644 --- a/home/_includes/stats.html +++ b/home/_includes/stats.html @@ -1,22 +1,12 @@ - - - - 2.7K - Users - - - 1.8K - Subscribes - - - 35 - Downloads - - - 4 - Products - + + + {% for item in site.data.stats.stats %} + + {{ item.number }} + {{ item.name }} + {% endfor %} - \ No newline at end of file + + \ No newline at end of file
Users
Subscribes
Downloads
Products
{{ item.name }}