We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b847d commit bc21343Copy full SHA for bc21343
_includes/header.html
@@ -1,6 +1,6 @@
1
<!-- Header -->
2
<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>
+ <h1><a href="{{ site.baseurl }}/index.html"><img src="{{ site.baseurl }}/images/logo/logo_100.png"/></a></h1>
4
<nav id="nav">
5
<ul>
6
<li class="special">
0 commit comments