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

13 lines
332 B
HTML
Raw Normal View History

2020-03-28 20:12:37 +00:00
<header>
2020-03-29 18:58:41 +00:00
<div class="l-wrapper">
<nav>
<ul class="u-no-list l-flex l-flex-row">
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
2020-03-28 20:12:37 +00:00
</header>