diff options
Diffstat (limited to 'exampleSite/content/post/hidden-page.md')
| -rw-r--r-- | exampleSite/content/post/hidden-page.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/content/post/hidden-page.md b/exampleSite/content/post/hidden-page.md new file mode 100644 index 0000000..e349ce8 --- /dev/null +++ b/exampleSite/content/post/hidden-page.md @@ -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. |
