summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authora73x <[email protected]>2024-11-03 11:01:35 +0000
committeralex emery <[email protected]>2024-11-03 11:36:21 +0000
commit22bfae8f9637633d5608caad3ce56b64c6819505 (patch)
tree2bcbfd4bac966ef1dea70ead5648a131a4301750 /templates
parentbddebada1aeee5eb87ff4e52a0b7bdf9c966f912 (diff)
remove embedded fs
Diffstat (limited to 'templates')
-rw-r--r--templates/embed.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/embed.go b/templates/embed.go
deleted file mode 100644
index 80f8511..0000000
--- a/templates/embed.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package templates
-
-import "embed"
-
-//go:embed *.html
-//go:embed layouts/*.html
-var FS embed.FS