Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 435 Bytes

File metadata and controls

24 lines (18 loc) · 435 Bytes
layout blog
title Blog
nocitationtext true
permalink /blog/
<h1 class="page-heading">Blog Posts</h1>

<div class="updates">
	<ul>
		{% for blog in site.categories.blog %}
			<li>{{blog.date | date_to_long_string}} - <a href="{{site.url}}{{blog.url}}">{{blog.title}} {{blog.subtitle}}</a> -- {{blog.description}}</li>


		{% endfor %}
	</ul>
</div>