2022-08-18 04:59:46 +00:00
|
|
|
<header class="py-6 font-semibold text-neutral-900 dark:text-neutral print:hidden sm:py-10">
|
2022-11-10 00:32:43 +00:00
|
|
|
<nav class="flex items-start justify-between sm:items-center">
|
2022-06-27 02:31:15 +00:00
|
|
|
{{/* Site logo/title */}}
|
2022-11-10 00:32:43 +00:00
|
|
|
<div class="flex flex-row items-center">
|
2022-11-07 04:54:21 +00:00
|
|
|
{{ partial "logo.html" . }}
|
2022-06-27 02:31:15 +00:00
|
|
|
</div>
|
|
|
|
{{/* Main menu */}}
|
|
|
|
{{ if or .Site.Menus.main (.Site.Params.enableSearch | default false) }}
|
2023-10-26 02:30:47 +00:00
|
|
|
<ul class="flex flex-col list-none text-end sm:flex-row">
|
2023-11-27 15:00:14 +00:00
|
|
|
{{ partial "header/basic/basic-content.html" . }}
|
2022-06-27 02:31:15 +00:00
|
|
|
</ul>
|
|
|
|
{{ end }}
|
|
|
|
</nav>
|
|
|
|
</header>
|