aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/frontpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/templates/frontpage.html')
-rw-r--r--bn_django/templates/frontpage.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html
index 17f9aac..ebeb344 100644
--- a/bn_django/templates/frontpage.html
+++ b/bn_django/templates/frontpage.html
@@ -50,8 +50,8 @@ Other sites: <br />
{% endif %}
<h2 class="ruled">Knowledge!</h2>
-{% if newitems %}
-{% include "git_wiki/newitems_table" %}
+{% if shortlog %}
+{% include "git_wiki/shortlog_table" %}
{% else %}
None yet!
{% endif %}