summaryrefslogtreecommitdiff
path: root/build-files/build_posts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'build-files/build_posts.rb')
-rw-r--r--build-files/build_posts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-files/build_posts.rb b/build-files/build_posts.rb
index ec03b77..eead269 100644
--- a/build-files/build_posts.rb
+++ b/build-files/build_posts.rb
@@ -19,7 +19,7 @@ def filename
file = Array.new
Dir.foreach("./content/posts") do |post_filename|
if post_filename.include?("md")
- file.push("output/#{post_filename}.html")
+ file.push("#{post_filename}.html")
end
end
return file