Default to include all visibility posts
This commit is contained in:
parent
25461d9a04
commit
f139403d92
1 changed files with 2 additions and 2 deletions
4
tag.hbs
4
tag.hbs
|
@ -24,7 +24,7 @@
|
|||
{{/tag}}
|
||||
|
||||
<div class="gh-postfeed">
|
||||
{{#foreach posts}}
|
||||
{{#foreach posts visibility="all"}}
|
||||
|
||||
{{> "card"}} {{!-- partials/card.hbs --}}
|
||||
|
||||
|
@ -32,4 +32,4 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue