mirror of
https://codeberg.org/mayx/pages
synced 2026-02-15 21:14:50 +08:00
update
This commit is contained in:
1
_includes/word_count.html
Normal file
1
_includes/word_count.html
Normal file
@@ -0,0 +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 }}
|
||||
Reference in New Issue
Block a user