From 7274b4c4658cb197e1f33997bdd7f2b1752d6937 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 12 Oct 2009 22:16:52 -0400 Subject: frontpage tweaks? --- bn_django/templates/frontpage.html | 41 +++++++++++++------------------------- 1 file changed, 14 insertions(+), 27 deletions(-) (limited to 'bn_django') diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index f19699e..26b369d 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -35,43 +35,30 @@ Other sites:


-
-
Latest knowledge items
-{% if newitems %} -{% include "git_wiki/newitems_table" %} + +

Photos!

+{% if latest_photos %} +{% for photo in latest_photos %} +{{ photo.title }}    +{% endfor %} {% else %} -None yet! +

None yet! {% endif %} -
-
Latest knowledge commits
-{% if latest_knowledge %} -{% include "newknowldge_table" %} + +

Knowledge!

+{% if newitems %} +{% include "git_wiki/newitems_table" %} {% else %} None yet! {% endif %} -
-
-
Latest comments
+

Comments!

{% if latest_comments %} {% include "newcomments_table" %} {% else %} None yet! {% endif %} -
-
-
Latest photos
-{% if latest_photos %} -
-{% for photo in latest_photos %} -{{ photo.title }} -
-{% endfor %} -
-{% else %} -

None yet! -{% endif %} -
{% endblock %} + -- cgit v1.2.3