Last active
January 26, 2018 09:39
-
-
Save psi-4ward/d3a2ff3b6500129e936ce6e24d6871e5 to your computer and use it in GitHub Desktop.
Hexo related posts by tags
This file contains 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
div.post__related | |
each post in list_related_posts({maxCount: 3}) | |
div.col-4 | |
div | |
a(href=url_for(post.path))=post.title | |
div | |
small=post.description |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment