diff --git a/layout/common/profile.ejs b/layout/common/profile.ejs index 128f741..d0561b6 100644 --- a/layout/common/profile.ejs +++ b/layout/common/profile.ejs @@ -1,4 +1,5 @@ <% var profile = theme.customize.profile; %> +<% var tagCount = site.tags.filter(function(tag) { return tag.length; }).length; %>