Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson Ip <carsonip715@gmail.com>2019-03-16 13:31:17 +0300
committerCarson Ip <carsonip715@gmail.com>2019-03-16 13:31:17 +0300
commitbffa6f347db877d2a395383910cf055a79de9e5a (patch)
treefa884be3b805bad48cd953a173ac026ffb43cc82 /README.md
parent2dad965b58873fa23b199b7bc3332935ab7d421a (diff)
Use hidden instead of hide
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 127f710..ccfa227 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ featuredImage = "img/foobar.jpg"
This can be used when creating an "About me"-page.
```
+++
-hide = true
+hidden = true
+++
```