diff options
Diffstat (limited to 'bn_django/templates/frontpage.html')
-rw-r--r-- | bn_django/templates/frontpage.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 1a7acc2..46906ef 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -35,7 +35,14 @@ For more recent content see the <a href="/timeline/">timeline</a> <br /> <div class="col_right"> -<div class="col_title">Latest knowledge</div> +<div class="col_title">Latest knowledge items</div> +{% if newitems %} +{% include "git_wiki/newitems_table" %} +{% else %} +None yet! +{% endif %} +<br /> +<div class="col_title">Latest knowledge commits</div> {% if latest_knowledge %} {% include "newknowldge_table" %} {% else %} @@ -46,6 +53,7 @@ None yet! <div class="col_center"> <div class="col_title">Latest comments</div> {% if latest_comments %} +{% include "newcomments_table" %} {% else %} None yet! {% endif %} |