seaofclouds / micro-theme

simple blogging theme for mephisto and blogger

micro-theme / templates / archive.liquid
100644 7 lines (6 sloc) 0.177 kb
1
2
3
4
5
6
7
<div class="page">
  <h1 class="header">{{ article.published_at | date: "%B %Y" }}</h1>
  {% for article in articles %}
    {% include 'entry_overview' %}
  {% endfor %}
</div>