diff --git a/assets/style.css b/assets/style.css index cd06215..ae939b8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -154,6 +154,6 @@ header hr { flex-direction: column; } -.navsite_list:hover > li > a .navsite_list{ +.navsite_item:hover > a .navsite_list{ display: flex !important; } \ No newline at end of file diff --git a/templates/navpages.php b/templates/navpages.php index 86f6f82..5a3735f 100644 --- a/templates/navpages.php +++ b/templates/navpages.php @@ -1,7 +1,7 @@ __NAME__'; -$navpage_template = '
  • __NAME__
  • '; +$navsite_template = ''; +$navpage_template = ''; $site_dirs = array_diff(scandir($static_page_dir), array('.', '..'));