summaryrefslogtreecommitdiff
path: root/_includes/views/pagination.html
AgeCommit message (Collapse)Author
2023-08-26feat: rich excerpt with image support (#125)Jeffrey Tse
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> ```
2021-05-26feat: better post excerpt of paginationjeffreytse
Add "Read More" to the end of post excerpt, and support to click the excerpt to open the post.
2021-05-02fix: wrong relative url of post tag in pagination (#31)Mark
Co-authored-by: Mark Chen <markchenyutian@gmail.com>
2021-01-11fix: article excerpt was incorrect for cjk contentjeffreytse
2021-01-11fix: reading time was incorrect for cjk words (#20)jeffreytse
The liquid filter `number_of_words` is for english words, so here we use a calculation to estimate accurately the words, especially when the language is not English.
2020-07-16feat: add reading time and iconsjeffreytse
2020-07-12feat: change theme stylesjeffreytse
2019-09-11release: v1.0.0Jeffrey Tse