diff options
author | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2023-08-22 22:09:11 +0800 |
---|---|---|
committer | Jeffrey Tse <jeffreytse.mail@gmail.com> | 2023-08-23 15:49:51 +0800 |
commit | 3de31401ff89b80a94f442ba3eaba7fa9b0eaa00 (patch) | |
tree | 9a2aae4fb8224f3b2abf2b87396236fe61de3325 | |
parent | 30437acaf53524ed97175d513b23d8042f3cf375 (diff) |
feat: demonstration for pinning articles
-rw-r--r-- | _posts/2015-01-01-welcome-to-jekyll.md (renamed from _posts/2018-12-07-welcome-to-jekyll.md) | 1 | ||||
-rw-r--r-- | _posts/2017-06-10-quick-mardown-example.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_posts/2018-12-07-welcome-to-jekyll.md b/_posts/2015-01-01-welcome-to-jekyll.md index dfad3d1..bb9a519 100644 --- a/_posts/2018-12-07-welcome-to-jekyll.md +++ b/_posts/2015-01-01-welcome-to-jekyll.md @@ -17,6 +17,7 @@ banner: heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline" subheading_style: "color: gold" tags: jekyll theme yat +top: 1 sidebar: [] --- diff --git a/_posts/2017-06-10-quick-mardown-example.md b/_posts/2017-06-10-quick-mardown-example.md index 384b737..d87e9f4 100644 --- a/_posts/2017-06-10-quick-mardown-example.md +++ b/_posts/2017-06-10-quick-mardown-example.md @@ -4,6 +4,7 @@ title: Quick markdown example subtitle: This is a quick markdown example categories: markdown tags: [example] +top: 2 --- Paragraphs are separated by a blank line. |