|
|
||
|---|---|---|
| .. | ||
| README.md | ||
README.md
| layout | title | nav_order | permalink |
|---|---|---|---|
| default | Blog | 8 | /7-blog/ |
Blog
{% for post in site.posts %}
<h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h2>
<div class="date">
By <a href="{{ post.author_url }}">{{ post.author }}</a> - {{ post.date | date: "%B %e, %Y" }}
</div>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}">Read More...</a>
</article>
{% endfor %}