summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-08-27 12:10:31 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-08-27 12:10:31 +0800
commit3ff757af6744e48aa9ff8bbb0c2d051ccdacb3f2 (patch)
tree1a745f7fa9028b685ac8ffb585756011d3259d00 /_layouts
parenta3fd3615fc800775a54244dd38ef543afe3a3cf8 (diff)
fix: no default value of hidden front-matter
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index c515f6a..455e413 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,6 +2,7 @@
layout: framework
banner:
banner_html: post-header.html
+hidden: []
sidebar:
- article-menu
---