Skip to content

Commit 7c25b9e

Browse files
authored
Update header.html
1 parent 4966f9d commit 7c25b9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="header">
22
<div class="container">
33
<div class="logo">
4-
<a href="{{ "/" | relative_url }}">
4+
<a href="{{ '/' | absolute_url }}">
55
<img
66
width="{{ site.logo.desktop_width }}"
77
height="{{ site.logo.desktop_height }}"
@@ -11,7 +11,7 @@
1111
</a>
1212
</div>
1313
<div class="logo-mobile">
14-
<a href="{{ "/" | relative_url }}">
14+
<a href="{{ '/' | absolute_url }}">
1515
<img
1616
width="{{ site.logo.mobile_width }}"
1717
height="{{ site.logo.mobile_height }}"

0 commit comments

Comments
 (0)