mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Merge pull request #94 from nblackburn/master
Made title visible in tag template
This commit is contained in:
		
							
								
								
									
										3
									
								
								tag.hbs
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tag.hbs
									
									
									
									
									
								
							@@ -10,10 +10,9 @@
 | 
			
		||||
            <a class="blog-logo" href="{{@blog.url}}">
 | 
			
		||||
                {{#if @blog.logo}}
 | 
			
		||||
                    <img src="{{@blog.logo}}" alt="Blog Logo" />
 | 
			
		||||
                {{else}}
 | 
			
		||||
                    <h1 class="blog-title">{{@blog.title}}</h1>
 | 
			
		||||
                {{/if}}
 | 
			
		||||
            </a>
 | 
			
		||||
            <h1 class="blog-title">{{@blog.title}}</h1>
 | 
			
		||||
            <h2 class="blog-description">{{@blog.description}}</h2>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user