Sha256: 87c51726cfcca2cb27d435f7392757e6a2da1cf9ae7bc0bbba8458124351651e

Contents?: true

Size: 526 Bytes

Versions: 7

Compression:

Stored size: 526 Bytes

Contents

{% if include.params.article %}
    {% assign article = include.params.article %}
{% endif %}

{% if include.params.lang %}
    {% assign lang = include.params.lang %}
{% else %}
    {% assign lang = lang | default: site.lang | default: "en" %}
{% endif %}

{% assign words = article | number_of_words %}

{% if lang != "en" %}
    {% assign words = words | times: 0.6 | round %}
    {% assign words = article | strip_html | strip_newlines | size | times: 0.4 | plus: words | round %}
{% endif %}

{% assign return = words %}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
redeyed-jekyll-theme-0.1.7 _includes/functions/get-article-words.html
redeyed-jekyll-theme-0.1.6 _includes/functions/get-article-words.html
redeyed-jekyll-theme-0.1.5 _includes/functions/get-article-words.html
redeyed-jekyll-theme-0.1.4 _includes/functions/get-article-words.html
redeyed-jekyll-theme-0.1.3 _includes/functions/get-article-words.html
redeyed-jekyll-theme-0.1.2 _includes/functions/get-article-words.html
redeyed-jekyll-theme-0.1.1 _includes/functions/get-article-words.html