summaryrefslogtreecommitdiff
path: root/embed.go
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-27 20:29:39 +0100
committera73x <[email protected]>2024-08-27 20:29:39 +0100
commite4288632856f79952fc25b17ced4895a51f6aefd (patch)
tree44a00497ea561158a74eba62fba4c29ad91fb9e8 /embed.go
parentd38fc83df3824b840f0b3930e4cb7236bdab84b2 (diff)
chore(embed): refactor embed fs
Diffstat (limited to 'embed.go')
-rw-r--r--embed.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/embed.go b/embed.go
deleted file mode 100644
index e3e27c2..0000000
--- a/embed.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package home
-
-import "embed"
-
-//go:embed public/static/*.svg
-//go:embed public/static/*.woff2
-//go:embed templates/*.html
-//go:embed templates/layouts/*.html
-//go:embed content/*.md
-//go:embed content/posts/*.md
-
-var Content embed.FS