1
0
Fork 0

update tag ui

This commit is contained in:
nanxiaobei 2023-06-07 02:23:47 +08:00
parent b32d526a3e
commit a978ab45c5

View file

@ -26,7 +26,7 @@
<footer class="mt-12 flex flex-wrap">
{{ range .Params.tags }} {{ $href := print (absURL "tags/") (urlize .) }}
<a
class="mb-1.5 mr-1.5 rounded-lg bg-black/[3%] px-5 py-2 no-underline dark:bg-white/[8%]"
class="mb-1.5 mr-1.5 rounded-lg bg-black/[3%] px-5 py-1.5 no-underline dark:bg-white/[8%]"
href="{{ $href }}"
>{{ . }}</a
>