Quick and dirty cache busting

This commit is contained in:
Thibault “Adædra” Hamel 2024-06-19 22:08:30 +02:00
parent b7569e01e9
commit 9e8d63c868

View File

@ -10,6 +10,6 @@ html(lang="en")
meta(name="theme-color" content="#DDCBA3")/ meta(name="theme-color" content="#DDCBA3")/
- for([name, content] of Object.entries(meta)) - for([name, content] of Object.entries(meta))
meta(name=name content=content)/ meta(name=name content=content)/
link(rel="stylesheet" type="text/css" href=asset('index.css'))/ link(rel="stylesheet" type="text/css" href=`${asset('index.css')}?v2`)/
body: .main body: .main
!= render() != render()