diff options
| author | a73x <[email protected]> | 2024-08-27 20:29:39 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-27 20:29:39 +0100 |
| commit | e4288632856f79952fc25b17ced4895a51f6aefd (patch) | |
| tree | 44a00497ea561158a74eba62fba4c29ad91fb9e8 /embed.go | |
| parent | d38fc83df3824b840f0b3930e4cb7236bdab84b2 (diff) | |
chore(embed): refactor embed fs
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 |
