Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 551 Bytes

blog.md

File metadata and controls

13 lines (11 loc) · 551 Bytes
layout title
default
blog

{% assign combined_posts = site.posts | concat: site.data.external_blog_posts %} {% assign sorted_posts = combined_posts | sort: 'date' | reverse %}

{% for post in sorted_posts %}

by {{ post.author }}, {{ post.date | date_to_string }}

{{ post.excerpt | strip_html }} Read More

{% endfor %}