[script] Add back to top link

This commit is contained in:
dkhamsing 2016-05-11 10:49:53 -07:00
parent 178b1ae424
commit 69e82a7bc8

View File

@ -107,7 +107,8 @@ output << h
output << "\n"
cats.each do |c|
temp = "\n#\##{'#' unless c['parent']==nil } #{c['title']} \n \n"
temp = "\n#\##{'#' unless c['parent']==nil } #{c['title']} \n"
temp << "[back to top](#readme) \n \n"
output << temp
cat_apps = apps_for_cat(apps, c['id'])