{{ content.title }}
{# Content Metadata (for posts with dates) #} {% if content.date %} {# Calculate reading time #} {% set words = content.html | striptags | split(pat=' ') | length %} {% set reading_time = (words / 200) | round(method='ceil') %} {% endif %}Published as part of '{{ series_display_name(series=content.series) }}' series.