initial commit
This commit is contained in:
13
layouts/partials/header.html
Normal file
13
layouts/partials/header.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!-- basic header partial in hugo with just home and about -->
|
||||
<header class="p-4">
|
||||
<nav>
|
||||
<ul class="flex gap-4">
|
||||
<li>
|
||||
<a href="/" class="hover:text-blue-700">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/about" class="hover:text-blue-700">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
Reference in New Issue
Block a user