默认显示的代码为
<?php print render($page['content']); ?>
修改后为
<?php if ( !$is_front ): ?> <?php print render($page['content']); ?> <?php endif ?>