diff options
author | halulu <lzjluzijie@gmail.com> | 2018-03-08 22:05:58 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-03-08 22:05:58 +0800 |
commit | 52777345e4db7693d665699346b86ffb25ae8077 (patch) | |
tree | 4c45fd4908a28abcbed8d062b964d9174ffbbb90 /exampleSite | |
parent | 8274b4209d8b2ecb12a7cafc8d9513371c72a5dc (diff) |
feat: add hiddenFromHomePage param (#37)
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/content/post/hidden-post.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/exampleSite/content/post/hidden-post.md b/exampleSite/content/post/hidden-post.md new file mode 100644 index 0000000..a2034e1 --- /dev/null +++ b/exampleSite/content/post/hidden-post.md @@ -0,0 +1,15 @@ +--- +title: "This is a hidden post." +date: 2018-03-08T17:40:19+08:00 +lastmod: 2018-03-08T22:01:19+08:00 +draft: false +author: '<a href="https://halu.lu" target="_blank">Halulu</a>' + +hiddenFromHomePage: true +--- + +This post is hidden from the home page. + +<!--more--> + +But you can see it in archives, rss or other pages.
\ No newline at end of file |