diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.rb b/scripts/build.rb index aad1c00..fd78c7b 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -45,7 +45,7 @@ if !Dir.exists? 'public/blog' end posts.each do |post| - P.add post['title'], post['filename'] + P.add post['id'], post['filename'] end write_statics statics |