summaryrefslogtreecommitdiff
path: root/embed.go
diff options
context:
space:
mode:
Diffstat (limited to 'embed.go')
-rw-r--r--embed.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.go b/embed.go
index 006db50..e3e27c2 100644
--- a/embed.go
+++ b/embed.go
@@ -6,5 +6,7 @@ import "embed"
//go:embed public/static/*.woff2
//go:embed templates/*.html
//go:embed templates/layouts/*.html
-//go:embed posts/*.md
+//go:embed content/*.md
+//go:embed content/posts/*.md
+
var Content embed.FS