Skip to content

Commit ebdbea0

Browse files
committed
Fix logo image link
Signed-off-by: Aravinda VK <[email protected]>
1 parent cf7c808 commit ebdbea0

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
@@ -3,7 +3,7 @@
33
<div class="pure-g">
44

55
<div class="pure-u-1 pure-u-md-2-3">
6-
<a class="site-title" rel="author" href="{{ "/" | relative_url }}"><img src="/images/gluster-ant.png">{{ site.title | escape }}</a>
6+
<a class="site-title" rel="author" href="{{ "/" | relative_url }}"><img src="{{ site.baseurl }}/images/gluster-ant.png">{{ site.title | escape }}</a>
77
</div>
88
<div class="pure-u-1 pure-u-md-1-3">
99
<a class="write-for-gluster" href="{{ site.baseurl }}/write-for-gluster">Write for Gluster</a>

0 commit comments

Comments
 (0)