Show gravatars in git logs.
[zzz-spline-frontpage.git] / splinext / frontpage / templates / index.mako
index 677c58c..b7a3b5c 100644 (file)
@@ -1,8 +1,6 @@
 <%inherit file="base.mako" />
 
-<%def name="title()">Home</%def>
+<%def name="title()">Updates</%def>
 
 <h1>Updates</h1>
-% for update in c.updates:
-<%include file="${update.source.template}" args="update=update" />
-% endfor
+<%include file="/front_page/updates.mako" />