From b8b1bd1a87c6601494ae3a1cd970f2f758d9ac63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 11 Jan 2024 16:13:01 +0100 Subject: [PATCH] fix --- assets/style.css | 2 +- templates/navpages.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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('.', '..'));