Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 503 Bytes

meta.md

File metadata and controls

23 lines (18 loc) · 503 Bytes
layout published
default
true
{% for post in site.posts %}
  <h1>{{ post.title }}</h1>
  <!-- <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1> // default -->

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

  <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">:: Read More ::</a>
<!-- spaces + hr between posts -->
<br /><br /><br /><hr />
</article>

{% endfor %}