jabe/default_templates/header.ejs
hexlocation's laptop (asiago) 4ea74c0cb1 aaa
2024-03-29 08:51:20 -04:00

9 lines
224 B
Text

<div id="header-content">
<h1><%= config.branding.title %></h1>
<hr>
<div id="link-container">
<a href="/">home</a>
<a href="/post/about.md">about</a>
<a href="/post/contact.md">contact</a>
</div>
</div>