diff --git a/README.md b/README.md index 513804e..127f710 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,14 @@ featuredImage = "img/foobar.jpg" +++ ``` +### Hide the post from index.html +This can be used when creating an "About me"-page. +``` ++++ +hide = true ++++ +``` + ## Contributing 1. Fork it! diff --git a/layouts/index.html b/layouts/index.html index 8e550f2..e1b4e99 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@