missing return

This commit is contained in:
facundoolano 2024-02-10 13:33:04 -03:00
parent 39af355deb
commit 9650d0b6e9

View file

@ -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