npqhugo icon indicating copy to clipboard operation
npqhugo copied to clipboard

pinned: true does not seem to work

Open gopalagrawal opened this issue 4 years ago • 0 comments

Have 3 posts under contents/posts/. Example:

contents/posts
  \__ foo/index.md
  \__ bar/index.md
  \__ baz/index.md

In one of the index.md, I have:

---
title: "bar"
pinned: true
date: 2020-08-16T17:40:35+05:30
draft: true
---

This does not make the bar post float to the top. Isn't that the expected behavior?

gopalagrawal avatar Aug 17 '20 07:08 gopalagrawal