show top tags on index page

This commit is contained in:
2024-04-30 23:10:12 +02:00
parent 76085120c1
commit 8f5069e207
11 changed files with 175 additions and 43 deletions

View File

@ -1,4 +1,4 @@
<header class="min-h-full bg-blue-50">
<header class="min-h-full bg-blue-50 mb-5">
<nav class="flex">
{% match header_props.back_link %}
{% when Some with (link) %}
@ -16,4 +16,5 @@
</a>
</aside>
</nav>
<hr class="border-blue-950 mx-5">
</header>