okay, new approach based on feedback from the cabal
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index a350512..927afab 100644 (file)
@@ -1,6 +1,5 @@
-[% WRAPPER 'wrapper/sub_page.tt' %]
+[% WRAPPER 'wrapper/root.tt' %]
 
-    <h2>[% loc('about header') %]</h2>
     <p>[% loc('about body') %]</p>
 
     <h3>[% loc('about new to moose header') %]</h3>
@@ -9,10 +8,12 @@
     <h3>[% loc('about company list header') %]</h3>
     <p>[% loc('about company list body') %]</p>
 
-    <ul>
-        [% FOREACH company IN current_page.data.companies %]
-            <li><a target="_blank" href="[% company.url %]">[% company.name %]</a></li>
-        [% END %]
-    </ul>
+    <p>
+        <ul>
+            [% FOREACH company IN current_page.data.companies %]
+                <li><a href="[% company.url %]">[% company.name %]</a></li>
+            [% END %]
+        </ul>
+    </p>
 
 [% END %]
\ No newline at end of file