Created
August 4, 2015 03:45
-
-
Save zhuixinjian/2bd4414eb0a94b2dcf4d to your computer and use it in GitHub Desktop.
jekyll tags
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
| {% 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 %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment