Use hidden instead of hide

This commit is contained in:
Carson Ip
2019-03-16 18:31:17 +08:00
parent 2dad965b58
commit bffa6f347d
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ featuredImage = "img/foobar.jpg"
This can be used when creating an "About me"-page.
```
+++
hide = true
hidden = true
+++
```

View File

@@ -3,7 +3,7 @@
<div id="container">
{{ partial "header.html" . }}
<section id="main" class="outer">
{{ range where .Paginator.Pages "Params.hide" "ne" "true" }}
{{ range where .Paginator.Pages "Params.hidden" "ne" "true" }}
<article class="article article-type-post" itemscope itemprop="blogPost">
<div class="article-inner">
<!--<%- partial('post/gallery') %>-->