Fix rubocop issues.
This commit is contained in:
parent
12deccc513
commit
f3a29677f9
|
@ -72,7 +72,10 @@ class Jekyll::ThemeBuilder
|
||||||
%w(example/_config.yml example/index.html example/style.scss).each do |filename|
|
%w(example/_config.yml example/index.html example/style.scss).each do |filename|
|
||||||
write_file(filename, template(filename))
|
write_file(filename, template(filename))
|
||||||
end
|
end
|
||||||
write_file("example/_posts/#{Time.now.strftime("%Y-%m-%d")}-my-example-post.md", template("example/_post.md"))
|
write_file(
|
||||||
|
"example/_posts/#{Time.now.strftime("%Y-%m-%d")}-my-example-post.md",
|
||||||
|
template("example/_post.md")
|
||||||
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize_git_repo
|
def initialize_git_repo
|
||||||
|
|
Loading…
Reference in New Issue