Create missing head.html partial on new theme generation

This commit is contained in:
openscript 2018-06-25 11:39:20 +02:00 committed by Anthony Fok
parent b5a3aa7082
commit fd71fa89bd

View File

@ -97,6 +97,7 @@ func (n *newThemeCmd) newTheme(cmd *cobra.Command, args []string) error {
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")