SEO stuff2
This commit is contained in:
@@ -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') %}
|
||||
|
||||
Reference in New Issue
Block a user