Rename chrome to partials (in builder)
authorspf13 <steve.francia@gmail.com>
Tue, 27 May 2014 22:30:25 +0000 (18:30 -0400)
committerspf13 <steve.francia@gmail.com>
Tue, 27 May 2014 22:30:25 +0000 (18:30 -0400)
commands/new.go

index 68ddbb4f66bfcf382e3dc9db4c8cc63d428193dc..75d83836b3161dc2df80076e26843b81e7c3bacd 100644 (file)
@@ -142,14 +142,14 @@ func NewTheme(cmd *cobra.Command, args []string) {
        }
 
        mkdir(createpath, "layouts", "_default")
-       mkdir(createpath, "layouts", "chrome")
+       mkdir(createpath, "layouts", "partials")
 
        touchFile(createpath, "layouts", "index.html")
        touchFile(createpath, "layouts", "_default", "list.html")
        touchFile(createpath, "layouts", "_default", "single.html")
 
-       touchFile(createpath, "layouts", "chrome", "header.html")
-       touchFile(createpath, "layouts", "chrome", "footer.html")
+       touchFile(createpath, "layouts", "partials", "header.html")
+       touchFile(createpath, "layouts", "partials", "footer.html")
 
        mkdir(createpath, "archetypes")
        touchFile(createpath, "archetypes", "default.md")