add: cache breaker "build code"

This commit is contained in:
trisua 2025-07-20 03:24:55 -04:00
parent 25579c5195
commit 9778230e3f
6 changed files with 32 additions and 22 deletions

View file

@ -8,15 +8,15 @@
(meta ("http-equiv" "X-UA-Compatible") ("content" "ie=edge"))
(link ("rel" "icon") ("href" "/public/favicon.svg"))
(link ("rel" "stylesheet") ("href" "{{ tetratto }}/css/utility.css"))
(link ("rel" "stylesheet") ("href" "/public/style.css"))
(link ("rel" "stylesheet") ("href" "{{ tetratto }}/css/utility.css?v={{ build_code }}"))
(link ("rel" "stylesheet") ("href" "/public/style.css?v={{ build_code }}"))
(meta ("name" "theme-color") ("content" "#fbc27f"))
(meta ("name" "description") ("content" "{{ name }}"))
(meta ("property" "og:type") ("content" "website"))
(meta ("property" "og:site_name") ("content" "{{ name }}"))
(script ("src" "/public/app.js") ("defer"))
(script ("src" "/public/app.js?v={{ build_code }}") ("defer"))
(text "{% block head %}{% endblock %}"))