Skip to content

Instantly share code, notes, and snippets.

@jfromaniello
Created November 28, 2011 01:08
Show Gist options
  • Save jfromaniello/1398655 to your computer and use it in GitHub Desktop.
Save jfromaniello/1398655 to your computer and use it in GitHub Desktop.
---
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