Skip to content

Commit

Permalink
Add ability to hide posts from blog post list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Mar 16, 2019
1 parent c1e3d1b commit d4c9117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Expand Up @@ -3,7 +3,7 @@
<div id="container">
{{ partial "header.html" . }}
<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">
<div class="article-inner">
<!--<%- partial('post/gallery') %>-->
Expand Down

0 comments on commit d4c9117

Please sign in to comment.