mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Fix paginated posts of the list layout
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
{{!-- This is a partial file used to generate a post "card"
 | 
			
		||||
which templates loop over to generate a list of posts. --}}
 | 
			
		||||
 | 
			
		||||
<article class="post-card {{post_class}} {{#match @custom.feed_layout "!=" "Simple grid"}}{{#is "home"}}{{#match @custom.feed_layout "Dynamic grid"}}{{#has index="0"}}{{#if feature_image}}post-card-large{{/if}}{{/has}}{{else}}post-card-large{{/match}}{{/is}}{{/match}}">
 | 
			
		||||
<article class="post-card {{post_class}} {{#match @custom.feed_layout "!=" "Simple grid"}}{{#is "home, paged"}}{{#match @custom.feed_layout "Dynamic grid"}}{{#has index="0"}}{{#is "home"}}{{#if feature_image}}post-card-large{{/if}}{{/is}}{{/has}}{{else}}post-card-large{{/match}}{{/is}}{{/match}}">
 | 
			
		||||
 | 
			
		||||
    {{#if feature_image}}
 | 
			
		||||
    <a class="post-card-image-link" href="{{url}}">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user