We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ac957 commit 656f180Copy full SHA for 656f180
_includes/header.html
@@ -1,7 +1,7 @@
1
<header>
2
<div class="container">
3
<nav class="navbar navbar-expand-lg navbar-light bg-light">
4
- <a class="navbar-brand" href="/">
+ <a class="navbar-brand" href="{{ site.url }}">
5
<img src="http://i.imgur.com/gzEuucU.png" alt="{{ site.title }}" />
6
</a>
7
<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