Adds `/tags/[name]` and associated API routes and such. `/tags/` has an extremely barebones layout atm so it's not publicly visible Reviewed-on: #13 Co-authored-by: june <self@breadone.net> Co-committed-by: june <self@breadone.net>
15 lines
591 B
Plaintext
15 lines
591 B
Plaintext
|
|
<div class="flex w-full items-center bg-[#2a2b2c] text-white p-5">
|
|
<a class="flex" href="/">
|
|
<p class="text-3xl">Recipie</p>
|
|
<!-- <p class=" text-3xl text-amber-500">pie</p> -->
|
|
🥧
|
|
</a>
|
|
|
|
<div class="ml-auto space-x-5">
|
|
<a class="hover:underline underline-offset-4" href="/recipe/new">new</a>
|
|
<a class="hover:underline underline-offset-4" href="/recipe/import">add</a>
|
|
<!-- <a class="hover:underline underline-offset-4" href="/tags">tags</a> -->
|
|
<a class="hover:underline underline-offset-4" >search</a>
|
|
</div>
|
|
</div> |