···11{{ define "title" }}knots{{ end }}
2233{{ define "content" }}
44-<div class="px-6 py-4">
44+<div class="px-6 py-4 flex items-end justify-start gap-4 align-bottom">
55 <h1 class="text-xl font-bold dark:text-white">Knots</h1>
66+77+ <span class="flex items-center gap-1 text-sm">
88+ {{ i "book" "w-3 h-3" }}
99+ <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md">
1010+ docs
1111+ </a>
1212+ </span>
613</div>
714815<section class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white">
···1522{{ end }}
16231724{{ define "about" }}
1818- <section class="rounded flex flex-col gap-2">
1919- <p class="dark:text-gray-300">
2020- Knots are lightweight headless servers that enable users to host Git repositories with ease.
2121- Knots are designed for either single or multi-tenant use which is perfect for self-hosting on a Raspberry Pi at home, or larger “community” servers.
2222- When creating a repository, you can choose a knot to store it on.
2323- <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/knot-hosting.md">
2424- Checkout the documentation if you're interested in self-hosting.
2525- </a>
2525+<section class="rounded">
2626+ <p class="text-gray-500 dark:text-gray-400">
2727+ Knots are lightweight headless servers that enable users to host Git repositories with ease.
2828+ When creating a repository, you can choose a knot to store it on.
2629 </p>
2727- </section>
3030+3131+3232+</section>
2833{{ end }}
29343035{{ define "list" }}
+14-9
appview/pages/templates/spindles/index.html
···11{{ define "title" }}spindles{{ end }}
2233{{ define "content" }}
44-<div class="px-6 py-4">
55- <h1 class="text-xl font-bold dark:text-white">Spindles</h1>
44+<div class="px-6 py-4 flex items-end justify-start gap-4 align-bottom">
55+ <h1 class="text-xl font-bold dark:text-white">Spindles</h1>
66+77+88+ <span class="flex items-center gap-1 text-sm">
99+ {{ i "book" "w-3 h-3" }}
1010+ <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/spindle/hosting.md">
1111+ docs
1212+ </a>
1313+ </span>
614</div>
715816<section class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white">
···1523{{ end }}
16241725{{ define "about" }}
1818- <section class="rounded flex flex-col gap-2">
1919- <p class="dark:text-gray-300">
2020- Spindles are small CI runners.
2121- <a href="https://tangled.sh/@tangled.sh/core/blob/master/docs/spindle/hosting.md">
2222- Checkout the documentation if you're interested in self-hosting.
2323- </a>
2626+<section class="rounded flex items-center gap-2">
2727+ <p class="text-gray-500 dark:text-gray-400">
2828+ Spindles are small CI runners.
2429 </p>
2525- </section>
3030+</section>
2631{{ end }}
27322833{{ define "list" }}