jabe/default_templates/header.ejs

10 lines
224 B
Text
Raw Normal View History

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