jabe/data/default_templates/header.ejs
hexlocation's laptop (asiago) 57016f4f3f doing stuff l8r
2024-03-29 09:15:24 -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>