Created
August 19, 2014 11:02
-
-
Save stepankuzmin/d23c1cf7f10dd4c6db17 to your computer and use it in GitHub Desktop.
Jekyll posts by tag
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 site.posts %} | |
| {% for tag in post.tags %} | |
| {% if tag == "star" %} | |
| {{post.title}} | |
| {% endif %} | |
| {% endfor %} | |
| {% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment