tinytechbureau.com/themes/ttb/layouts/partials/header.html

10 lines
263 B
HTML

<div class="logo">
<a href="/">
<img src="/img/logo-green.svg" alt="{{ site.Title }}">
</a>
</div>
<div>
<em>July 1st, 2024: The design and contents of this website are bootstrapped.</em>
</div>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}