Skip to content

Commit bc21343

Browse files
committed
Fix logo in header
1 parent 08b847d commit bc21343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Header -->
22
<header id="header"{% if page.layout == 'landing' %} class="alt"{% endif %}>
3-
<h1><a href="{{ site.baseurl }}/index.html"><img src="images/logo/logo_100.png"/></a></h1>
3+
<h1><a href="{{ site.baseurl }}/index.html"><img src="{{ site.baseurl }}/images/logo/logo_100.png"/></a></h1>
44
<nav id="nav">
55
<ul>
66
<li class="special">

0 commit comments

Comments
 (0)