add: better index

This commit is contained in:
trisua 2025-08-20 01:15:12 -04:00
parent 92bc424361
commit a54bc7f6c3
3 changed files with 12 additions and 7 deletions

View file

@ -22,7 +22,7 @@
(body
; nav
(nav
("class" "flex w_full justify_between gap_2")
("class" "flex w_full justify_between gap_2 sticky")
(div
("class" "flex side")
(div
@ -43,7 +43,7 @@
("href" "https://trisua.com/t/malachite")
(text "source"))
(text "{% block dropdown %}{% endblock %}")))
(a ("href" "/") (b (text "{{ name }}"))))
(a ("class" "button camo") ("href" "/") (b (text "{{ name }}"))))
(div
("class" "side flex")