diff options
Diffstat (limited to 'embed.go')
| -rw-r--r-- | embed.go | 12 |
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 |
