Main index is sorted by the template now.

This commit is contained in:
Mark DePristo 2011-07-24 18:19:40 -04:00
parent ff85687679
commit 7b84347047
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
<body> <body>
<h1>GATK documentation index</h1> <h1>GATK documentation index</h1>
<@headerInfo /> <@headerInfo />
<#list groups as group> <#list groups?sort_by("name") as group>
<@emitGroup group=group/> <@emitGroup group=group/>
</#list> </#list>