mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Use a larger logo size (#520)
This commit is contained in:
		
				
					committed by
					
						
						John O'Nolan
					
				
			
			
				
	
			
			
			
						parent
						
							72a9416197
						
					
				
				
					commit
					0171b3e05b
				
			@@ -7,7 +7,7 @@ into the {body} of the default.hbs template --}}
 | 
				
			|||||||
        <div class="site-header-content">
 | 
					        <div class="site-header-content">
 | 
				
			||||||
            <h1 class="site-title">
 | 
					            <h1 class="site-title">
 | 
				
			||||||
                {{#if @site.logo}}
 | 
					                {{#if @site.logo}}
 | 
				
			||||||
                    <img class="site-logo" src="{{img_url @site.logo size="s"}}" alt="{{@site.title}}" />
 | 
					                    <img class="site-logo" src="{{img_url @site.logo size="l"}}" alt="{{@site.title}}" />
 | 
				
			||||||
                {{else}}
 | 
					                {{else}}
 | 
				
			||||||
                    {{@site.title}}
 | 
					                    {{@site.title}}
 | 
				
			||||||
                {{/if}}
 | 
					                {{/if}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user