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

10 lines
262 B
HTML
Raw Normal View History

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