findcommonground.uk/index.html

25 lines
516 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">
2014-02-07 13:45:09 +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>
2015-11-06 15:01:23 +00:00
2015-11-06 15:30:53 +00:00
<p class='info'>
2015-11-06 15:19:54 +00:00
<span>{{post.date | date: "%B %d, %Y" }}</span>
2015-11-06 15:01:23 +00:00
/
2015-11-06 15:19:54 +00:00
<span>by {{post.author}}</span>
2015-11-06 15:01:23 +00:00
</p>
<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>