add nav link to homepage

This commit is contained in:
Ray Elliott 2020-03-28 20:12:37 +00:00
parent b27d3403f1
commit bfb1f95a88
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
<div>The Header</div>
<header>
<nav>
<ul>
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
</ul>
</nav>
</header>