Skip to content

Commit 2e57ebf

Browse files
Remove tabs and extra pages
1 parent 420f2ef commit 2e57ebf

3 files changed

Lines changed: 1 addition & 37 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@
66
</head>
77
<body class="flex flex-col min-h-screen bg-[#0b2f1a] text-white">
88
<div class="h-[2px] w-full bg-[#3AFF86]"></div>
9-
<header class="px-6 pt-6">
10-
<nav class="mx-auto flex w-full max-w-3xl items-center justify-center gap-3 text-sm">
11-
<a
12-
class="rounded-full border border-white/20 px-4 py-2 transition hover:border-white/60 hover:bg-white/10 {% if page.url == '/products/' %}bg-white/15 border-white/70{% endif %}"
13-
href="/products/"
14-
>
15-
Products
16-
</a>
17-
<a
18-
class="rounded-full border border-white/20 px-4 py-2 transition hover:border-white/60 hover:bg-white/10 {% if page.url == '/docs/' %}bg-white/15 border-white/70{% endif %}"
19-
href="/docs/"
20-
>
21-
Docs
22-
</a>
23-
</nav>
9+
<header>
2410
</header>
2511
<main class="flex-grow">
2612
{{ content }}

docs.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

products.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)