You've already forked Ghost-Theme-Casper
Remove visibility parameter
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
<div class="inner posts">
|
||||
|
||||
<div class="post-feed">
|
||||
{{#foreach posts visibility="all"}}
|
||||
{{#foreach posts}}
|
||||
|
||||
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
|
||||
{{> "post-card"}}
|
||||
|
||||
Reference in New Issue
Block a user