diff --git a/commands/new_theme.go b/commands/new_theme.go index c09ec027d..10741e056 100644 --- a/commands/new_theme.go +++ b/commands/new_theme.go @@ -80,7 +80,8 @@ func (n *newThemeCmd) newTheme(cmd *cobra.Command, args []string) error { touchFile(cfg.Fs.Source, createpath, "layouts", "_default", "list.html") touchFile(cfg.Fs.Source, createpath, "layouts", "_default", "single.html") - baseofDefault := []byte(` + baseofDefault := []byte(` + {{- partial "head.html" . -}} {{- partial "header.html" . -}}