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

11 lines
245 B
HTML
Raw Normal View History

2020-03-28 20:12:37 +00:00
<header>
<nav>
<ul>
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
2020-03-28 22:03:17 +00:00
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
2020-03-28 20:12:37 +00:00
</ul>
</nav>
</header>