Skip to content

Commit

Permalink
docs: mention order of 'sticky'
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 8, 2020
1 parent 21e8521 commit c94ed19
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 c94ed19

Please sign in to comment.