From: digitalcraftsman Date: Fri, 4 Sep 2015 11:43:09 +0000 (+0200) Subject: Add a 404.html file if a new theme is created X-Git-Tag: v0.15~190 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd7b3155;p=brevno-suite%2Fhugo Add a 404.html file if a new theme is created --- diff --git a/commands/new.go b/commands/new.go index f22a36f5..9d169159 100644 --- a/commands/new.go +++ b/commands/new.go @@ -155,6 +155,7 @@ func NewTheme(cmd *cobra.Command, args []string) { mkdir(createpath, "layouts", "partials") touchFile(createpath, "layouts", "index.html") + touchFile(createpath, "layouts", "404.html") touchFile(createpath, "layouts", "_default", "list.html") touchFile(createpath, "layouts", "_default", "single.html")