Skip to content

Commit 557dcd9

Browse files
authored
Fix homepage link. (#54)
1 parent d2e8ca0 commit 557dcd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div class='header'>
22
<div class="container">
33
<div class="logo">
4-
<a href="{{ site.baseurl }}"><img width="{{ site.logo.desktop_width }}" height="{{ site.logo.desktop_height }}" alt="{{ site.title }}" src="{{ site.logo.desktop | relative_url }}" /></a>
4+
<a href="/"><img width="{{ site.logo.desktop_width }}" height="{{ site.logo.desktop_height }}" alt="{{ site.title }}" src="{{ site.logo.desktop | relative_url }}" /></a>
55
</div>
66
<div class="logo-mobile">
7-
<a href="{{ site.baseurl }}"><img width="{{ site.logo.mobile_width }}" height="{{ site.logo.mobile_height }}" alt="{{ site.title }}" src="{{ site.logo.mobile | relative_url }}" /></a>
7+
<a href="/"><img width="{{ site.logo.mobile_width }}" height="{{ site.logo.mobile_height }}" alt="{{ site.title }}" src="{{ site.logo.mobile | relative_url }}" /></a>
88
</div>
99
{% include main-menu.html %}
1010
{% include hamburger.html %}

0 commit comments

Comments
 (0)