From 1b496432df1dc28b25eaeadec5fa537aaf014f98 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:42 +0100 Subject: feat(post): templating add templating for posts and first post --- embed.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'embed.go') diff --git a/embed.go b/embed.go index 182ede2..c111372 100644 --- a/embed.go +++ b/embed.go @@ -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 -- cgit v1.2.3