From 3b8468bd712670d52778a862957b52eef1292c0b Mon Sep 17 00:00:00 2001 From: Anton McClure Date: Thu, 2 Jul 2020 16:46:36 -0400 Subject: [PATCH] wiki fix --- wiki/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/index.php b/wiki/index.php index 14e29c7..c819744 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -17,7 +17,7 @@ if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { foreach (array_reverse(glob("pages/*.md")) as $page) { $yaml = $parser->parse(file_get_contents($page))->getYAML(); if (!$yaml["published"]) continue; ?> - ">
+
  • ">