From 721b106b70af7db1c25f3d6b47e035ea7b90788b Mon Sep 17 00:00:00 2001
From: Cole Bemis
Date: Tue, 23 May 2017 23:41:31 -0700
Subject: [PATCH] Add icon count to footer
---
_includes/footer.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/_includes/footer.html b/_includes/footer.html
index 69eff22..68bdb08 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -12,5 +12,7 @@
v{{ site.data.package.version }}
+ -
+ {{ site.static_files | where_exp:"file", "file.path contains 'icons'" | size}} icons
\ No newline at end of file