mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -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.
|
||||
```
|
||||
+++
|
||||
hide = true
|
||||
hidden = true
|
||||
+++
|
||||
```
|
||||
|
||||
|
||||
@@ -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') %>-->
|
||||
|
||||
Reference in New Issue
Block a user