summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2025-04-08 16:12:54 +0200
committermayx <mayx@outlook.com>2025-04-08 16:12:54 +0200
commit9170efdaa394de637bf1887f7f8c5ae4c449e512 (patch)
treec5e1b57db00dfceb028522ebe709ae0c9479f76a /_includes
parentd3eefbba2defb57e54502651ab9e9220e78ab36a (diff)
Update 7 files
- /_includes/word_count.html - /_config.yml - /_layouts/default.html - /Gemfile - /js/rss-feed-preview.js - /_posts/2025-04-08-feed.md - /links.md
Diffstat (limited to '_includes')
-rw-r--r--_includes/word_count.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/word_count.html b/_includes/word_count.html
new file mode 100644
index 0000000..8cc1cf1
--- /dev/null
+++ b/_includes/word_count.html
@@ -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 }} \ No newline at end of file