Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 414 Bytes

blog.md

File metadata and controls

20 lines (16 loc) · 414 Bytes
layout title permalink
page
/blog/
{% for post in site.posts %}
  <h1 class="black-title"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>

  <div class="entry">
    {{ post.excerpt }}
  </div>

  <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>

{% endfor %}