mirror of
https://github.com/facundoolano/jorge.git
synced 2025-01-13 20:03:26 +01:00
missing return
This commit is contained in:
parent
39af355deb
commit
9650d0b6e9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue