findcommonground.uk/index.html

19 lines
369 B
HTML
Raw Normal View History

2014-02-07 00:18:00 +00:00
---
layout: default
---
2014-02-11 14:11:56 +00:00
<div class="posts">
2016-01-04 20:04:16 +00:00
{% for post in site.posts %}
<article class="post">
2014-06-03 01:29:46 +00:00
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
2014-06-03 01:29:46 +00:00
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
2014-02-07 13:45:09 +00:00
{% endfor %}
2015-11-06 15:19:54 +00:00
</div>