summaryrefslogtreecommitdiff
path: root/_includes/views/post-badges.html
AgeCommit message (Collapse)Author
2023-08-23feat: support to pin articles (#50)Jeffrey Tse
This feature can allow you to top articles via post front meta property `top`, the value is a number, the smaller the number is, the higher priority the article has. Example: ``` title: My Article top: <number> ```