From 30437acaf53524ed97175d513b23d8042f3cf375 Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Mon, 21 Aug 2023 20:33:58 +0800 Subject: feat: support to pin articles (#50) 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: ``` --- _includes/views/post-badges.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _includes/views/post-badges.html (limited to '_includes/views/post-badges.html') diff --git a/_includes/views/post-badges.html b/_includes/views/post-badges.html new file mode 100644 index 0000000..932781a --- /dev/null +++ b/_includes/views/post-badges.html @@ -0,0 +1,4 @@ + + TOP + NEW + -- cgit v1.2.3