-
- {% for tag in site.display_tags %}
-
- - {{ tag }} - - {% unless forloop.last %} -
- - {{ category }} - - {% unless forloop.last %} -
•
- {% endunless %} - {% endfor %} - {% if site.display_categories.size > 0 and site.display_tags.size > 0 %} -•
- {% endif %} - {% for category in site.display_categories %} -•
- {% endunless %} - {% endfor %} -- -
- -{% endif %} - -
-
-
- {% if page.pagination.enabled %}
- {% assign postlist = paginator.posts %}
- {% else %}
- {% assign postlist = site.posts %}
- {% endif %}
-
- {% for post in postlist %}
-
- {% if post.external_source == blank %}
- {% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
- {% else %}
- {% assign read_time = post.feed_content | strip_html | number_of_words | divided_by: 180 | plus: 1 %}
- {% endif %}
- {% assign year = post.date | date: "%Y" %}
- {% assign tags = post.tags | join: "" %}
- {% assign categories = post.categories | join: "" %}
-
-
-
-
-{% if post.thumbnail %}
-
---{% endif %} --{% endif %} -- -
- {% if post.redirect == blank %} - {{ post.title }} - {% elsif post.redirect contains '://' %} - {{ post.title }} - - {% else %} - {{ post.title }} - {% endif %} -
-{{ post.description }}
- - - -{% if post.thumbnail %} - -- --
-
- {% endfor %}
-
-