Created
November 28, 2011 01:08
-
-
Save jfromaniello/1398655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
meta-robots: "noodp, noydir, noindex, noarchive, follow" | |
--- | |
<h1> Posts archive: {{ page.period["month"] }} - {{page.period["year"]}} </h1><br> | |
<ul> | |
{% for post in page.period_posts %} | |
<li> | |
<a href="{{post.url}}">{{ post.title }}</a><br> | |
<span class="entry-meta">Published: {{ post.date | date: "%B %d, %Y" }}</span> | |
</li> | |
{% endfor %} | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment