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; ?> - ">
+
  • ">