1
Fork 0

Make navbar link to home

This commit is contained in:
Jake Howard 2017-04-23 12:31:42 +01:00
parent e764465267
commit 5adb9db11b

View file

@ -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" }}