blob: 8cc1cf19257b4516c32a6320f654ae45c09396d5 (
plain)
1
|
{% assign count = 0 %}{% for post in site.posts %}{% assign single_count = post.content | strip_html | strip_newlines | remove: " " | size %}{% assign count = count | plus: single_count %}{% endfor %}{{ count }}
|