We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4966f9d commit 7c25b9eCopy full SHA for 7c25b9e
1 file changed
_includes/header.html
@@ -1,7 +1,7 @@
1
<div class="header">
2
<div class="container">
3
<div class="logo">
4
- <a href="{{ "/" | relative_url }}">
+ <a href="{{ '/' | absolute_url }}">
5
<img
6
width="{{ site.logo.desktop_width }}"
7
height="{{ site.logo.desktop_height }}"
@@ -11,7 +11,7 @@
11
</a>
12
</div>
13
<div class="logo-mobile">
14
15
16
width="{{ site.logo.mobile_width }}"
17
height="{{ site.logo.mobile_height }}"
0 commit comments