ref: fd71fa89bd6c197402582c87b2b76d4b96d562bf
parent: b5a3aa7082135d0a573f4fbb00f798e26b67b902
author: openscript <[email protected]>
date: Mon Jun 25 07:39:20 EDT 2018
Create missing head.html partial on new theme generation
--- a/commands/new_theme.go
+++ b/commands/new_theme.go
@@ -97,6 +97,7 @@
return err
}
+ touchFile(cfg.Fs.Source, createpath, "layouts", "partials", "head.html")
touchFile(cfg.Fs.Source, createpath, "layouts", "partials", "header.html")
touchFile(cfg.Fs.Source, createpath, "layouts", "partials", "footer.html")