mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fix header element inside header
This commit is contained in:
		
							
								
								
									
										8
									
								
								tag.hbs
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								tag.hbs
									
									
									
									
									
								
							@@ -7,7 +7,7 @@
 | 
			
		||||
        <div class="post-feed">
 | 
			
		||||
 | 
			
		||||
            {{#tag}}
 | 
			
		||||
            <header class="post-card post-card-large">
 | 
			
		||||
            <section class="post-card post-card-large">
 | 
			
		||||
                {{#if feature_image}}
 | 
			
		||||
                <div class="post-card-image-link">
 | 
			
		||||
                    {{!-- This is a responsive image, it loads different sizes depending on device
 | 
			
		||||
@@ -30,7 +30,7 @@
 | 
			
		||||
                            <div class="post-card-primary-tag">Tagged</div>
 | 
			
		||||
                            <h2 class="post-card-title">{{name}}</h2>
 | 
			
		||||
                        </header>
 | 
			
		||||
                        <section class="post-card-excerpt">
 | 
			
		||||
                        <div class="post-card-excerpt">
 | 
			
		||||
                            <p>
 | 
			
		||||
                                {{#if description}}
 | 
			
		||||
                                {{description}}
 | 
			
		||||
@@ -38,11 +38,11 @@
 | 
			
		||||
                                A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}}
 | 
			
		||||
                                {{/if}}
 | 
			
		||||
                            </p>
 | 
			
		||||
                        </section>
 | 
			
		||||
                        </div>
 | 
			
		||||
                    </div>
 | 
			
		||||
                </div>{{!--/.post-card-content--}}
 | 
			
		||||
 | 
			
		||||
            </header>
 | 
			
		||||
            </section>
 | 
			
		||||
            {{/tag}}
 | 
			
		||||
 | 
			
		||||
            {{#foreach posts}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user