fixing the spelling of the name and then sorting the list
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index 927afab..00c56a5 100644 (file)
@@ -10,7 +10,7 @@
 
     <p>
         <ul>
-            [% FOREACH company IN current_page.data.companies %]
+            [% FOREACH company IN current_page.data.companies.sort('name') %]
                 <li><a href="[% company.url %]">[% company.name %]</a></li>
             [% END %]
         </ul>