add hidden page param #124
This commit is contained in:
parent
0b15d3bc48
commit
0c92c7b71a
8 changed files with 48 additions and 7 deletions
12
exampleSiteMultilingual/content/post/hidden-post.md
Normal file
12
exampleSiteMultilingual/content/post/hidden-post.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
author = "Dmitry Kolosov"
|
||||
title = "Hidden Post"
|
||||
date = "2021-12-24"
|
||||
description = "Post available only by link"
|
||||
tags = [
|
||||
"privacy"
|
||||
]
|
||||
hidden = true
|
||||
+++
|
||||
|
||||
This is hidden post
|
Loading…
Add table
Add a link
Reference in a new issue