2014-02-06 19:18:00 -05:00
|
|
|
---
|
|
|
|
|
layout: default
|
|
|
|
|
---
|
|
|
|
|
|
2014-02-11 09:11:56 -05:00
|
|
|
<div class="posts">
|
2014-02-07 08:45:09 -05:00
|
|
|
{% for post in site.posts %}
|
2015-02-23 01:03:16 -05:00
|
|
|
<article class="post">
|
|
|
|
|
|
2020-04-10 18:58:58 +02:00
|
|
|
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.post_title }}</a></h1>
|
2020-04-10 18:55:58 +02:00
|
|
|
<h6>Published on: {{ post.post_date | date: "%B %e, %Y" }} <br /></h6>
|
2014-02-17 20:34:55 -05:00
|
|
|
|
2014-06-01 18:54:37 -04:00
|
|
|
<div class="entry">
|
2015-03-01 14:50:11 -05:00
|
|
|
{{ post.excerpt }}
|
2014-06-01 18:54:37 -04:00
|
|
|
</div>
|
2015-02-23 01:03:16 -05:00
|
|
|
|
2014-06-02 21:29:46 -04:00
|
|
|
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
|
2020-04-10 18:47:23 +02:00
|
|
|
|
2014-06-01 18:54:37 -04:00
|
|
|
</article>
|
2014-02-07 08:45:09 -05:00
|
|
|
{% endfor %}
|
2020-04-10 18:47:23 +02:00
|
|
|
</div>
|