chore: clean up repo

This commit is contained in:
trisua 2025-08-20 00:37:00 -04:00
parent 7d93dffaed
commit 92bc424361
11 changed files with 7 additions and 900 deletions

View file

@ -6,7 +6,7 @@
(meta ("name" "viewport") ("content" "width=device-width, initial-scale=1.0"))
(meta ("http-equiv" "X-UA-Compatible") ("content" "ie=edge"))
(link ("rel" "stylesheet") ("href" "{{ tetratto }}/css/utility.css?v={{ build_code }}"))
(link ("rel" "stylesheet") ("href" "https://repodelivery.trisua.com/tetratto/crates/app/src/public/css/utility.css"))
(link ("rel" "stylesheet") ("href" "/public/style.css?v={{ build_code }}"))
(style (text ":root { --color-primary: {{ theme_color }}; }"))
@ -37,22 +37,13 @@
(a
("class" "button")
("href" "/")
(text "new"))
(a
("class" "button")
("href" "/{{ what_page_slug }}")
(text "what"))
(text "home"))
(a
("class" "button")
("href" "https://trisua.com/t/malachite")
(text "source"))
(text "{% block dropdown %}{% endblock %}")))
(a
("class" "button camo fade")
("href" "/")
("title" "new")
(text "{{ icon \"plus\" }}")))
(a ("href" "/") (b (text "{{ name }}"))))
(div
("class" "side flex")