Skip to content

Commit

Permalink
Merge pull request #57 from curbengh/sticky-priority
Browse files Browse the repository at this point in the history
docs: mention order of 'sticky'
  • Loading branch information
curbengh authored Aug 8, 2020
2 parents 21e8521 + c94ed19 commit bf6bb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ index_generator:

## Usage

The `sticky` parameter in the post [Front-matter](https://hexo.io/docs/front-matter) will be used to pin the post to the top of the index page.
The `sticky` parameter in the post [Front-matter](https://hexo.io/docs/front-matter) will be used to pin the post to the top of the index page. Higher `sticky` means that it will be ranked first.

```markdown
```yml
---
title: Hello World
date: 2013/7/13 20:46:25
Expand Down

0 comments on commit bf6bb85

Please sign in to comment.