diff -r 2acfbbe14226 -r b68145b5ce24 templates/layout.tmpl --- a/templates/layout.tmpl Sat Feb 07 05:05:29 2009 +0200 +++ b/templates/layout.tmpl Sat Feb 07 05:12:57 2009 +0200 @@ -13,13 +13,9 @@ -<%def name="breadcumb(trail)"> -${' » '.join(pi.title for pi in trail)} - - - qmsk.net :: ${breadcumb(menu.ancestry)} + qmsk.net ${' :: ' + h.breadcrumb(menu.ancestry, links=False) if menu.ancestry else ''} @@ -33,6 +29,9 @@
+ ${page.content}