You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -176,6 +184,7 @@ function _applications_list_header {
176
184
and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture, plus **$ITEMS_NUMBER** more entries and items to help you install apps more easily.">> apps.md
177
185
echo"">> apps.md
178
186
ADD_SEARCH_BAR apps.md
187
+
category_page=""
179
188
_categories_buttons >> apps.md
180
189
_table_head >> apps.md
181
190
}
@@ -218,6 +227,7 @@ function _appimages_list_header {
218
227
and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture.">> appimages.md
219
228
echo"">> appimages.md
220
229
ADD_SEARCH_BAR appimages.md
230
+
category_page="appimages"
221
231
_categories_buttons >> appimages.md
222
232
_table_head >> appimages.md
223
233
}
@@ -620,6 +630,7 @@ function _compile_the_homepage() {
620
630
INDEX_HEAD
621
631
echo"#### *This site lists **$APPS_NUMBER** unique apps (**$APPIMAGES_NUMBER** Appimage packages and **$ST_APPS_NUMBER** standalone/portable programs), plus **$ITEMS_NUMBER** items.*">> ./index.md
622
632
INDEX_HEAD_TWO
633
+
category_page=""
623
634
_categories_buttons >> ./index.md
624
635
INDEX_BODY_FULL
625
636
}
@@ -637,6 +648,7 @@ function _category_list_header {
637
648
and [AppMan](https://github.com/ivan-hc/AppMan) for the x86_64 architecture.">>"$category".md
0 commit comments