Make navbar link to home
This commit is contained in:
parent
e764465267
commit
5adb9db11b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<header id="header" {{ if .Params.landing }}class="alt"{{ end }}>
|
<header id="header" {{ if .Params.landing }}class="alt"{{ end }}>
|
||||||
<h1><a href="index.html">{{ title .Site.Title }}</a></h1>
|
<h1><a href="/">{{ title .Site.Title }}</a></h1>
|
||||||
<nav id="nav">
|
<nav id="nav">
|
||||||
<ul>
|
<ul>
|
||||||
{{ range where .Site.Pages.ByTitle "Kind" "section" }}
|
{{ range where .Site.Pages.ByTitle "Kind" "section" }}
|
||||||
|
|
Loading…
Reference in a new issue