SEO stuff2

This commit is contained in:
Priec
2026-06-29 12:17:22 +02:00
parent 96fcc84d6e
commit a95a220a97
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
row keeps our link + toggle split (categories are navigable, not just
expandable), and we use x-show/x-transition instead of upstream's x-collapse
(that Alpine plugin isn't bundled in our build). #}
<p class="px-2 pb-2 text-xs font-semibold uppercase tracking-wide text-on-surface/60 dark:text-on-surface-dark/60">
<p class="px-2 pb-2 text-xs font-semibold uppercase tracking-wide text-on-surface dark:text-on-surface-dark">
{{ t(key="categories", lang=lang | default(value='sk')) }}
</p>
<div class="flex flex-col gap-1">
@@ -70,7 +70,7 @@
tree, separated by a divider. Targets are placeholders (#) until real pages
exist; labels reuse the footer-* i18n keys. #}
<div class="mt-4 border-t border-outline pt-3 dark:border-outline-dark">
<p class="px-2 pb-2 text-xs font-semibold uppercase tracking-wide text-on-surface/60 dark:text-on-surface-dark/60">
<p class="px-2 pb-2 text-xs font-semibold uppercase tracking-wide text-on-surface dark:text-on-surface-dark">
{{ t(key="footer-info", lang=lang | default(value='sk')) }}
</p>
{% set L = lang | default(value='sk') %}