diff --git a/commands/new_theme.go b/commands/new_theme.go index 10741e056..936f67e99 100644 --- a/commands/new_theme.go +++ b/commands/new_theme.go @@ -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")