Sha256: b26dd5208a280642772791fad2106e3b049daf62a36fbef44adc3aac4cf9f006

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

{%- if post.layout != post -%}
  {%- assign words = post.content | strip_html | number_of_words -%}
  {%- if words < 180 -%}
    less than 1-min read
  {%- elsif words < 360 -%}
    1-min read
  {%- else -%}
    {{ words | divided_by:180 }}-min read
  {%- endif -%}
{%- endif -%}

{%- if post.layout == post -%}
  {%- assign words = content | number_of_words -%}
  {%- if words < 180 -%}
    less than 1-min read
  {%- elsif words < 360 -%}
    1-min read
  {%- else -%}
    {{ words | divided_by:180 }}-min read
  {%- endif -%}
{%- endif -%}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
oinam-jekyll-1.3.0 _includes/read-time.html
oinam-jekyll-1.2.0 _includes/read-time.html
oinam-jekyll-1.1.0 _includes/read-time.html
oinam-jekyll-1.0.0 _includes/read-time.html