From 59447261a889b1b65f32e325894ef6fc2b9288c6 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 12 Aug 2019 21:06:13 -0700 Subject: Change post ids in pather --- scripts/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3