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

7 lines
159 B
HTML
Raw Normal View History

2024-06-29 22:08:20 +00:00
<div class="logo">
<a href="/">
<img src="/img/logo.svg" alt="{{ site.Title }}">
</a>
</div>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}