{{ page.title }} {% assign reading_wpm = 200 %} {% assign word_count = page.content | split: " " | size %} {% assign reading_time = word_count | divided_by: 200 %} {% if reading_time < 1%} {% assign reading_time = 1 %} {% endif %} {% assign phrase = " minute read" | prepend: reading_time %} {{ page.published_date | date: "%b %d, %Y" }} · {{ phrase }} {% if page.data and page.data.tags -%} {%- for tag in page.data.tags %} · {{ tag }} {%- endfor %} {%- endif -%} {{ page.content }}