From bffa6f347db877d2a395383910cf055a79de9e5a Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Sat, 16 Mar 2019 18:31:17 +0800 Subject: [PATCH] Use hidden instead of hide --- README.md | 2 +- layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 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 +++ ``` diff --git a/layouts/index.html b/layouts/index.html index e1b4e99..90b2b63 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@
{{ partial "header.html" . }}
- {{ range where .Paginator.Pages "Params.hide" "ne" "true" }} + {{ range where .Paginator.Pages "Params.hidden" "ne" "true" }}