🩹 Remove htmx artifacts
This commit is contained in:
parent
34b59f079d
commit
fb2a29be51
2 changed files with 0 additions and 2 deletions
1
main.go
1
main.go
|
@ -8,7 +8,6 @@ import (
|
|||
)
|
||||
|
||||
//go:generate yarn run build
|
||||
//go:generate cp node_modules/htmx.org/dist/htmx.min.js static/
|
||||
//go:generate cp global.css static/css/
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/static/css/tailwind.css">
|
||||
<script src="/static/htmx.min.js"></script>
|
||||
|
||||
<title>{{ or .Title "govote"}}</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue