diff --git a/client/html/home_footer.tpl b/client/html/home_footer.tpl
index 85e71c9..ffb75fb 100644
--- a/client/html/home_footer.tpl
+++ b/client/html/home_footer.tpl
@@ -1,7 +1,7 @@
- <%- ctx.postCount %> posts
- <%= ctx.makeFileSize(ctx.diskUsage) %>
- - Build <%- ctx.version %><%- ctx.isDevelopmentMode ? " (DEV MODE)" : "" %> from <%= ctx.makeRelativeTime(ctx.buildDate) %>
+ - Build <%- ctx.version %><%- ctx.isDevelopmentMode ? " (DEV MODE)" : "" %> from <%= ctx.makeRelativeTime(ctx.buildDate) %>
<% if (ctx.canListSnapshots) { %>- '>History
<% } %>