Use a larger logo size (#520)

This commit is contained in:
Wes Cossick 2019-01-15 09:51:08 -06:00 committed by John O'Nolan
parent 72a9416197
commit 0171b3e05b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ into the {body} of the default.hbs template --}}
<div class="site-header-content">
<h1 class="site-title">
{{#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}}
{{@site.title}}
{{/if}}