🩹 Remove htmx artifacts

This commit is contained in:
Brian Wiborg 2024-05-13 10:41:25 +02:00
parent 34b59f079d
commit fb2a29be51
No known key found for this signature in database
GPG Key ID: BE53FA9286B719D6
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import (
) )
//go:generate yarn run build //go:generate yarn run build
//go:generate cp node_modules/htmx.org/dist/htmx.min.js static/
//go:generate cp global.css static/css/ //go:generate cp global.css static/css/
func main() { func main() {

View File

@ -5,7 +5,6 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/tailwind.css"> <link rel="stylesheet" href="/static/css/tailwind.css">
<script src="/static/htmx.min.js"></script>
<title>{{ or .Title "govote"}}</title> <title>{{ or .Title "govote"}}</title>
</head> </head>