We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f80b8 commit be15234Copy full SHA for be15234
custom-theme/partials/header.html
@@ -8,7 +8,7 @@
8
{% elif config.theme.logo.startswith("http") %}
9
<img src="{{ config.theme.logo }}" height="23">
10
{% else %}
11
- <img src="{{ base_url }}/{{ config.theme.logo }}" height="30">
+ <img src="{{ base_url }}/{{ config.theme.logo }}" height="23">
12
{% endif %}
13
</a>
14
</div>
0 commit comments