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
parent2dad965b58873fa23b199b7bc3332935ab7d421a (diff)
Use hidden instead of hide
-rw-r--r--README.md2
-rw-r--r--layouts/index.html2
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 @@
<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') %>-->