mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	List layout
This commit is contained in:
		@@ -1,23 +1,23 @@
 | 
			
		||||
{{!-- 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}}{{#is "home"}}{{^is "paged"}}{{#has index="0"}}{{#match @custom.first_post_layout "Large card"}} post-card-large{{/match}}{{#match @custom.first_post_layout "Full-width card"}} post-card-full{{/match}}{{/has}}{{#match @custom.feed_layout "Dynamic grid"}}{{#match @custom.first_post_layout "None"}}{{#has index="0,1"}} dynamic{{/has}}{{else}}{{#has index="1,2"}} dynamic{{/has}}{{/match}}{{/match}}{{/is}}{{/is}}{{#if @custom.keep_card_thumbnail_ratio}} keep-ratio{{/if}}">
 | 
			
		||||
<article class="post-card {{post_class}}{{#match @custom.feed_layout "!=" "List"}}{{#is "home"}}{{^is "paged"}}{{#has index="0"}}{{#match @custom.first_post_layout "Large card"}} post-card-large{{/match}}{{#match @custom.first_post_layout "Full-width card"}} post-card-full{{/match}}{{/has}}{{#match @custom.feed_layout "Dynamic grid"}}{{#match @custom.first_post_layout "None"}}{{#has index="0,1"}} dynamic{{/has}}{{else}}{{#has index="1,2"}} dynamic{{/has}}{{/match}}{{/match}}{{/is}}{{/is}}{{else}} post-card-large{{/match}}{{#if @custom.keep_card_thumbnail_ratio}} keep-ratio{{/if}}">
 | 
			
		||||
 | 
			
		||||
    {{#if feature_image}}
 | 
			
		||||
    <a class="post-card-image-link" href="{{url}}">
 | 
			
		||||
        {{!-- This is a responsive image, it loads different sizes depending on device
 | 
			
		||||
        https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}}
 | 
			
		||||
        <img class="post-card-image"
 | 
			
		||||
            srcset="{{img_url feature_image size="s"}} 300w,
 | 
			
		||||
                    {{img_url feature_image size="m"}} 600w,
 | 
			
		||||
                    {{img_url feature_image size="l"}} 1000w,
 | 
			
		||||
                    {{img_url feature_image size="xl"}} 2000w"
 | 
			
		||||
            sizes="(max-width: 1000px) 400px, 800px"
 | 
			
		||||
            src="{{img_url feature_image size="m"}}"
 | 
			
		||||
            alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}"
 | 
			
		||||
            loading="lazy"
 | 
			
		||||
        />
 | 
			
		||||
    </a>
 | 
			
		||||
        <a class="post-card-image-link" href="{{url}}">
 | 
			
		||||
            {{!-- This is a responsive image, it loads different sizes depending on device
 | 
			
		||||
            https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}}
 | 
			
		||||
            <img class="post-card-image"
 | 
			
		||||
                srcset="{{img_url feature_image size="s"}} 300w,
 | 
			
		||||
                        {{img_url feature_image size="m"}} 600w,
 | 
			
		||||
                        {{img_url feature_image size="l"}} 1000w,
 | 
			
		||||
                        {{img_url feature_image size="xl"}} 2000w"
 | 
			
		||||
                sizes="(max-width: 1000px) 400px, 800px"
 | 
			
		||||
                src="{{img_url feature_image size="m"}}"
 | 
			
		||||
                alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}"
 | 
			
		||||
                loading="lazy"
 | 
			
		||||
            />
 | 
			
		||||
        </a>
 | 
			
		||||
    {{/if}}
 | 
			
		||||
 | 
			
		||||
    <div class="post-card-content">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user