findcommonground.uk/index.html

26 lines
535 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
<p class='info'>
<span>{{page.date | date: "%B %d, %Y" }}</span>
/
<span>
by {{page.author}}
</span>
</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 %}
2014-02-11 14:11:56 +00:00
</div>