lib/j1/commands/generate.rb in j1-template-2021.0.10 vs lib/j1/commands/generate.rb in j1-template-2021.0.11

- old
+ new

@@ -55,10 +55,10 @@ end # Internal: Gets the filename of the sample post to be created # Returns the filename of the sample post, as a String def initialized_post_name - "collections/posts/public/featured/_posts/#{Time.now.strftime("%Y-%m-%d")}-welcome-to-j1-template.adoc" + "collections/posts/public/featured/_posts/#{Time.now.strftime("%Y-%m-%d")}-welcome-to-j1.adoc" end private def create_site(new_blog_path)