diff --git a/html-templates/home.tpl b/html-templates/home.tpl index 48ce67e..8edecfa 100644 --- a/html-templates/home.tpl +++ b/html-templates/home.tpl @@ -168,304 +168,6 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + {_ "Latest Project Activity"} + + + {icon "asterisk"} {_ "Browse all project updates"} + {icon "flash"} {_ "Browse all project buzz"} + {icon "file"} {_ "Browse all blog posts"} + + + {foreach item=Article from=$activity} + {projectActivity $Article headingLevel=h3 showProject=true} + {foreachelse} + {_ "No project updates have been posted on this site yet."} + {/foreach} + + + {/block}