snachodog.github.io/index.html

24 lines
498 B
HTML
Raw Normal View History

2019-02-12 19:04:04 +00:00
---
layout: default
---
<!--<div id="gh-latest"></div>-->
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div>
<p class="post_date">{{ post.date | date: "%B %e, %Y" }}</p>
</div>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>