'Home', 'icon' => 'home.svg', 'href' => '/' ], [ 'title' => 'Blog', 'icon' => 'megaphone.svg', 'href' => '/blog' ], [ 'title' => 'My Itch.io games', 'icon' => 'controller.svg', 'href' => 'https://dan-q.itch.io/' ], [ 'title' => 'Ideas bin', 'icon' => 'light-bulb.svg', 'href' => '/ideas' ], [ 'title' => 'Code snippets', 'icon' => 'code.svg', 'href' => '/my-code-snippets' ], [ 'title' => "Awards I've won!", 'icon' => 'award.svg', 'href' => '/awards.html' ], ]; // If it's NOT Monday, add a link to the Not-Monday page: if( date('w') !== '1' ) { $links[] = [ 'title' => 'The Special Page!', 'icon' => 'star.svg', 'href' => '/closed-on-mondays.php', 'class' => 'secret' ]; } ?>