diff options
Diffstat (limited to 'embed.go')
| -rw-r--r-- | embed.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,5 +3,7 @@ package home import "embed" //go:embed public/static/*.woff2 -//go:embed public/*.html +//go:embed templates/*.html +//go:embed templates/layouts/*.html +//go:embed posts/*.md var Content embed.FS |
