From 1f70f9075549ba8e2e4933916badb1f2c0637cf0 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 11 May 2016 10:43:14 -0700 Subject: [PATCH] [script cleanup] --- convert.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/convert.rb b/convert.rb index ac1eaf55..4ec4a169 100644 --- a/convert.rb +++ b/convert.rb @@ -83,10 +83,10 @@ end c = File.read 'contents.json' j = JSON.parse c -t = j['title'] +t = j['title'] desc = j['description'] -h = j['header'] -f = j['footer'] +h = j['header'] +f = j['footer'] cats = j['categories'] apps = j['projects'] @@ -100,9 +100,9 @@ cats.each do |c| output << temp end -output << "- [Bonus](#bonus)" +output << "- [Bonus](#bonus) \n" -output << "\n \n" +output << "\n" output << h output << "\n"