From bb957ce9553ede0b26b48f30dcc0a0c53466e37e Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Thu, 4 Mar 2021 13:23:54 +0800 Subject: [PATCH] Remove visibility parameter --- author.hbs | 2 +- index.hbs | 2 +- tag.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/author.hbs b/author.hbs index 5fd092bd..7bfb2591 100644 --- a/author.hbs +++ b/author.hbs @@ -35,7 +35,7 @@ {{/author}}
- {{#foreach posts visibility="all"}} + {{#foreach posts}} {{> "card"}} {{!-- partials/card.hbs --}} diff --git a/index.hbs b/index.hbs index 116f32ca..3c3880c2 100644 --- a/index.hbs +++ b/index.hbs @@ -4,7 +4,7 @@
- {{#foreach posts visibility="all"}} + {{#foreach posts}} {{> "card"}} {{!-- partials/card.hbs --}} diff --git a/tag.hbs b/tag.hbs index 3ee11f18..b3a61092 100644 --- a/tag.hbs +++ b/tag.hbs @@ -24,7 +24,7 @@ {{/tag}}
- {{#foreach posts visibility="all"}} + {{#foreach posts}} {{> "card"}} {{!-- partials/card.hbs --}}