From 25461d9a04e85f246a212b8da4a305e39c7c7e82 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 29 Jun 2020 02:50:36 +0700 Subject: [PATCH] Default to include all visibility posts --- author.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/author.hbs b/author.hbs index ea1dffae..5fd092bd 100644 --- a/author.hbs +++ b/author.hbs @@ -35,7 +35,7 @@ {{/author}}
- {{#foreach posts}} + {{#foreach posts visibility="all"}} {{> "card"}} {{!-- partials/card.hbs --}} @@ -43,4 +43,4 @@
- \ No newline at end of file +