Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 1.48 KB

news.md

File metadata and controls

27 lines (26 loc) · 1.48 KB
layout title
page
News
{% for post in site.posts %} {% if site.wpm %} {% assign readtime = post.content | strip_html | number_of_words | append: '.0' | divided_by:site.wpm %} {% else %} {% assign readtime = post.content | strip_html | number_of_words | append: '.0' | divided_by:180 %} {% endif %} {% assign modifiedtime = post.modified | date: "%Y%m%d" %} {% assign posttime = post.date | date: "%Y%m%d" %} {% endfor %}
{{ post.title }} {{ post.date | date: "%d %b %Y" }}{% if post.modified %}{% if modifiedtime != posttime %} and last modified on {{ post.modified | date: "%d %b %Y" }}{% endif %}{% endif %} in {% for tag in post.categories %}{{ tag | capitalize }}{% unless forloop.last %} • {% endunless %}{% endfor %} by {% if page.author %}{{ page.author }}{% else %}{% endif %}