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