{% if page.author %} {{ page.author }} / {% endif %} {% if page.date %} {{ page.date | date: "%B %Y"}} {% endif %} {% if site.theme_config.show_reading_time == true %} {% capture words %} {{ content | number_of_words | minus: 180 }} {% endcapture %} {% unless words contains '-' %} {{ words | strip | prepend: '(' | append: ' Words, ' }} {{ words | plus: 180 | divided_by: 180 | append: ' Minutes)' }} {% endunless %} {% endif %}