jabe/data/default_templates/header.ejs

10 lines
224 B
Text
Raw Normal View History

2024-03-29 12:43:01 +00:00
<div id="header-content">
2024-03-29 12:51:20 +00:00
<h1><%= config.branding.title %></h1>
2024-03-29 12:43:01 +00:00
<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>