From 721b106b70af7db1c25f3d6b47e035ea7b90788b Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> 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 @@ </p> <p class="mv0 f6 lh-copy"> <span class="mh1">v{{ site.data.package.version }}</span> + - + <span class="mh1">{{ site.static_files | where_exp:"file", "file.path contains 'icons'" | size}} icons</span> </p> </footer> \ No newline at end of file -- 2.21.0