Skip to content

Commit 656f180

Browse files
committed
Change url in logo #1
1 parent 57ac957 commit 656f180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header>
22
<div class="container">
33
<nav class="navbar navbar-expand-lg navbar-light bg-light">
4-
<a class="navbar-brand" href="/">
4+
<a class="navbar-brand" href="{{ site.url }}">
55
<img src="http://i.imgur.com/gzEuucU.png" alt="{{ site.title }}" />
66
</a>
77
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)