This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/site/layouts/partials/header.html

8 lines
109 B
HTML

<header>
<nav>
<ul>
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
</ul>
</nav>
</header>