<% const date = post.date.format(config.date_format).split('-').join('.'); const tag = function(arr) {return arr.map(tag => tag.name)}; %>
tag colour icon

<%- post.title %>

<%- truncate(strip_html(post.preview), {length: 150, omission: '...'}) %>