From c94ed19046631cfa18a32649d66a7a9c4ad271dc Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Sat, 8 Aug 2020 09:34:31 +0000 Subject: [PATCH] docs: mention order of 'sticky' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5965500..5a87d3b 100644 --- a/README.md +++ b/README.md @@ -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