mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Show members-only posts in the post loop by default
This commit is contained in:
		@@ -49,7 +49,7 @@
 | 
			
		||||
    <div class="inner posts">
 | 
			
		||||
 | 
			
		||||
        <div class="post-feed">
 | 
			
		||||
            {{#foreach posts}}
 | 
			
		||||
            {{#foreach posts visibility="all"}}
 | 
			
		||||
 | 
			
		||||
                {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
 | 
			
		||||
                {{> "post-card"}}
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@ into the {body} of the default.hbs template --}}
 | 
			
		||||
    <div class="inner posts">
 | 
			
		||||
 | 
			
		||||
        <div class="post-feed">
 | 
			
		||||
            {{#foreach posts}}
 | 
			
		||||
            {{#foreach posts visibility="all"}}
 | 
			
		||||
 | 
			
		||||
                {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
 | 
			
		||||
                {{> "post-card"}}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								tag.hbs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tag.hbs
									
									
									
									
									
								
							@@ -23,7 +23,7 @@
 | 
			
		||||
<main id="site-main" class="site-main outer">
 | 
			
		||||
    <div class="inner posts">
 | 
			
		||||
        <div class="post-feed">
 | 
			
		||||
            {{#foreach posts}}
 | 
			
		||||
            {{#foreach posts visibility="all"}}
 | 
			
		||||
                {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
 | 
			
		||||
                {{> "post-card"}}
 | 
			
		||||
            {{/foreach}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user