shithub: gitonline

Download patch

ref: 61817eaa5b42e29b9db7fdc42026d02621c1168b
parent: 8d7a7a54eea2a8a1e7205c4b23efb99f5150c356
author: glenda <glenda@9front.local>
date: Mon Nov 30 05:51:50 EST 2020

Sort the repo list

--- a/gitonline.rc
+++ b/gitonline.rc
@@ -71,7 +71,7 @@
 fn repo_index {
 	html_emit_start 
 	echo '<h1> '$SITE_TITLE' - index </h1>' 
-	dirs=`{walk -d -n2,2}
+	dirs=`{walk -d -n2,2 | sort}
 	echo '
 	<table style="width: 100%">
 	<tr>