Created
August 4, 2015 03:45
-
-
Save zhuixinjian/2bd4414eb0a94b2dcf4d to your computer and use it in GitHub Desktop.
Revisions
-
zhuixinjian created this gist
Aug 4, 2015 .There are no files selected for viewing
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 charactersOriginal 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 %}