mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2026-02-28 00:51:59 -08:00
Add ability to hide posts from blog post list
This commit is contained in:
@@ -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 .Paginator.Pages }}
|
{{ range where .Paginator.Pages "Params.hide" "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