Skip to content

Instantly share code, notes, and snippets.

@zhuixinjian
Created August 4, 2015 03:45
Show Gist options
  • Select an option

  • Save zhuixinjian/2bd4414eb0a94b2dcf4d to your computer and use it in GitHub Desktop.

Select an option

Save zhuixinjian/2bd4414eb0a94b2dcf4d to your computer and use it in GitHub Desktop.

Revisions

  1. zhuixinjian created this gist Aug 4, 2015.
    4 changes: 4 additions & 0 deletions tag.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    {% for post in post_info[1] %}
    {% capture post_year %}{{ post.date | date: '%Y' }}{% endcapture %}
    <li>{{ post.date | date: "%B %d, %Y" }}: <a href="{{ post.url }}">{{ post.title }}</a></li>
    {% endfor %}