mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-26 03:03:25 +03:00
[script cleanup]
This commit is contained in:
parent
80a390f69e
commit
1f70f90755
10
convert.rb
10
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user