Update example site
This commit is contained in:
parent
967d8ae4e6
commit
2451347ebc
8 changed files with 79 additions and 5 deletions
11
exampleSite/content/post/hidden-page.md
Normal file
11
exampleSite/content/post/hidden-page.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
title = "Hidden Page"
|
||||
date = "2020-02-01"
|
||||
description = "This page is hidden and should not be visible without knowing the URL."
|
||||
tags = [
|
||||
"privacy",
|
||||
]
|
||||
hidden = true
|
||||
+++
|
||||
|
||||
This page is hidden and should not be visible without knowing the URL.
|
Loading…
Add table
Add a link
Reference in a new issue