13 lines
894 B
HTML
13 lines
894 B
HTML
<header class="site-header sticky top-0 backdrop-blur supports-[backdrop-filter]:bg-ctp-base/80 dark:supports-[backdrop-filter]:bg-ctp-base/70 border-b border-ctp-surface1 dark:border-ctp-surface1">
|
|
<div class="container header-inner max-w-prose mx-auto flex items-center gap-3 px-4 py-3">
|
|
<a class="site-logo font-semibold mr-auto no-underline text-inherit" href="/">{{ .Site.Title }}</a>
|
|
<nav class="site-nav flex gap-2 flex-wrap" aria-label="Main">
|
|
<a class="site-nav__link no-underline text-inherit border border-transparent rounded-md px-2 py-1 hover:bg-ctp-surface0/70" href="/posts/">All posts</a>
|
|
<a class="site-nav__link no-underline text-inherit border border-transparent rounded-md px-2 py-1 hover:bg-ctp-surface0/70" href="/about/">About</a>
|
|
</nav>
|
|
</div>
|
|
<div class="progress fixed left-0 top-0 h-0.5 bg-ctp-teal w-0" id="progress"></div>
|
|
</header>
|
|
|
|
|