mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-03-09 16:10:03 +01:00
[script] Add back to top link
This commit is contained in:
parent
178b1ae424
commit
69e82a7bc8
@ -107,7 +107,8 @@ output << h
|
|||||||
output << "\n"
|
output << "\n"
|
||||||
|
|
||||||
cats.each do |c|
|
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
|
output << temp
|
||||||
|
|
||||||
cat_apps = apps_for_cat(apps, c['id'])
|
cat_apps = apps_for_cat(apps, c['id'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user