You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 02:51:41 UTC

svn commit: r1578710 - /thrift/cms-site/trunk/content/about.md

Author: joes
Date: Tue Mar 18 01:51:41 2014
New Revision: 1578710

URL: http://svn.apache.org/r1578710
Log:
powered

Modified:
    thrift/cms-site/trunk/content/about.md

Modified: thrift/cms-site/trunk/content/about.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/about.md?rev=1578710&r1=1578709&r2=1578710&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/about.md (original)
+++ thrift/cms-site/trunk/content/about.md Tue Mar 18 01:51:41 2014
@@ -66,12 +66,12 @@ The following companies are known to emp
             <td><b>Company</b></td>
             <td><b>Website</b></td>
         </tr>
-        <% for @item in @site.config[:powered_by] %>
+        {% for item in @conf.powered_by %}
         <tr class="">
-            <td class="company"><%= @item[0] %></td>
-            <td class="website"><a href="<%= @item[1] %>"><%= @item[1] %></a></td>
+            <td class="company">{{ item.0 }}</td>
+            <td class="website"><a href="{{ item.1 }}">{{ item.1 }}</a></td>
         </tr>
-        <% end %>
+        {% endfor %}
         </tbody>
     </table>
 </div>