From 9650d0b6e9d595865b046aa0d955ae530b3cb286 Mon Sep 17 00:00:00 2001 From: facundoolano Date: Sat, 10 Feb 2024 13:33:04 -0300 Subject: [PATCH] missing return --- commands/templates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/templates.go b/commands/templates.go index 1598f47..c88a6a7 100644 --- a/commands/templates.go +++ b/commands/templates.go @@ -49,6 +49,7 @@ func render(sourcePath string) (string, string, error) { } else { // TODO render liquid template + html = string(fileContent) } // TODO if yaml contains layout, pass to parent