Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 443 Bytes

File metadata and controls

22 lines (18 loc) · 443 Bytes
layout default
title Blog
permalink /blog/
mathjax true

{% include email_form.html %}

{% for post in site.posts %}
  <h1><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 %}