findcommonground.uk/index.html

21 lines
467 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 12:09:07 +00:00
{% for post in site.posts limit: 6 %}
<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 %}
2016-01-04 12:09:07 +00:00
<a href="/blog/" class="pull-right">more <i class="fa fa-long-arrow-right"></i></a>
2015-11-06 15:19:54 +00:00
</div>