summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--trivium.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/trivium.rb b/trivium.rb
index 5a6462d..a4b991b 100644
--- a/trivium.rb
+++ b/trivium.rb
@@ -137,7 +137,7 @@ monthly.each { |month, entries|
   end
 }
 
-front = ENTRIES.first(2)  #(10)
+front = ENTRIES.first(10)
 d = front.map { |e| e[:file] }
 dep "html/index.html", "template/front.ht", *d do |dst|
   File.write(dst, template("template/front.ht", :entries => front, :next => monthly.last))