mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2026-02-27 16:51:56 -08:00
Use hidden instead of hide
This commit is contained in:
@@ -84,7 +84,7 @@ featuredImage = "img/foobar.jpg"
|
|||||||
This can be used when creating an "About me"-page.
|
This can be used when creating an "About me"-page.
|
||||||
```
|
```
|
||||||
+++
|
+++
|
||||||
hide = true
|
hidden = true
|
||||||
+++
|
+++
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div id="container">
|
<div id="container">
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
<section id="main" class="outer">
|
<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">
|
<article class="article article-type-post" itemscope itemprop="blogPost">
|
||||||
<div class="article-inner">
|
<div class="article-inner">
|
||||||
<!--<%- partial('post/gallery') %>-->
|
<!--<%- partial('post/gallery') %>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user