findcommonground.uk/index.html
2016-01-04 13:09:07 +01:00

21 lines
467 B
HTML

---
layout: default
---
<div class="posts">
{% for post in site.posts limit: 6 %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
<a href="/blog/" class="pull-right">more <i class="fa fa-long-arrow-right"></i></a>
</div>