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:
@@ -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