Prevent navigation to the non-existing homepage.
[www.jankratochvil.net.git] / project / Index.html.pl
index 4af7311..9a207a1 100755 (executable)
@@ -34,8 +34,8 @@ 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();