mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-24 14:13:16 +03:00
[script] Add back to top link
This commit is contained in:
parent
178b1ae424
commit
69e82a7bc8
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user