Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 468 Bytes

index.md

File metadata and controls

22 lines (17 loc) · 468 Bytes
layout title tagline
page
Hello World!

{% include JB/setup %}

{% for post in site.posts %}
  <h1><a href="{{ site.baseurl }}{{ post.url }}"><span>{{ post.date | date_to_string }}</span> - {{ post.title }}</a></h1>

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

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

{% endfor %}