Add countdown timer for gacha enthusiasts

This commit is contained in:
Cadence Ember 2022-11-15 20:46:56 +13:00
parent ef12faf72d
commit bf6efde979
Signed by untrusted user: cadence
GPG key ID: BC1C2C61CF521B17
2 changed files with 54 additions and 0 deletions

View file

@ -136,6 +136,7 @@
,(if (config-true? 'feature_search_suggestions)
`(script (@ (type "module") (src ,(get-static-url "search-suggestions.js"))))
"")
(script (@ (type "module") (src ,(get-static-url "countdown.js"))))
(link (@ (rel "icon") (href ,(u (λ (v) (config-true? 'strict_proxy))
(λ (v) (u-proxy-url v))
(head-data^-icon-url head-data))))))