Prevent navigation to the non-existing homepage.
[www.jankratochvil.net.git] / project / Index.html.pl
index dbbf486..9a207a1 100755 (executable)
@@ -34,14 +34,14 @@ My::Web->init(
                "__PACKAGE__"=>__PACKAGE__,
                "title"=>'Project List',
                "section"=>"Projects",
-               "rel_up"=>top_dir(),
-               "rel_start"=>top_dir(),
+#              "rel_up"=>top_dir(),    # TODO:homepage
+#              "rel_start"=>top_dir(), # TODO:homepage
                "footer_ids"=>0,
                );
 My::Web->heading();
 
 print My::Project->views("Detailed");
-print My::Project->platforms(undef());
+print My::Project->platforms(undef(),"novskip"=>1);
 
 my %item=( My::Project::item_hash_read() );