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 be15234 commit 2d4a8b6Copy full SHA for 2d4a8b6
custom-theme/partials/header.html
@@ -6,9 +6,9 @@
6
{% if config.theme.logo.icon %}
7
<i class="md-icon">{{ config.theme.logo.icon }}</i>
8
{% elif config.theme.logo.startswith("http") %}
9
- <img src="{{ config.theme.logo }}" height="23">
+ <img src="{{ config.theme.logo }}" height="21">
10
{% else %}
11
- <img src="{{ base_url }}/{{ config.theme.logo }}" height="23">
+ <img src="{{ base_url }}/{{ config.theme.logo }}" height="21">
12
{% endif %}
13
</a>
14
</div>
0 commit comments