From fb2a29be51d5e36fd4d96063fe80f39600aa5706 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 13 May 2024 10:41:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Remove=20htmx=20artifacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 - tmpl/head.html | 1 - 2 files changed, 2 deletions(-) diff --git a/main.go b/main.go index 6d825a0..d6d28be 100644 --- a/main.go +++ b/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() { diff --git a/tmpl/head.html b/tmpl/head.html index 04fc171..ec370c7 100644 --- a/tmpl/head.html +++ b/tmpl/head.html @@ -5,7 +5,6 @@ - {{ or .Title "govote"}}