{{ article.title }}
{%- if article.image %} {% set DISPLAY_IMAGE = true %}{% if article.readtime_minutes -%} • ~{{ article.readtime_minutes }} min to read {% elif article.stats -%} • ~{{ article.stats['read_mins'] }} min to read {%- endif %} {% if DISQUS_SITENAME and DISQUS_DISPLAY_COUNTS %} • {% endif -%} {% if PELICAN_COMMENT_SYSTEM and PELICAN_COMMENT_SYSTEM_DISPLAY_COUNTS != false %} • {% endif -%} {% include 'includes/comment_count.html' %} {# only display the 'read more' link if there is more to the article #} {% if article.has_summary != false %} • read more {% endif %}
{% endfor %} {% endif %} {% include 'includes/pagination.html' %} {% endblock content %}