:target:before { content:\"\"; display:block; height:90px; /* fixed header height*/ margin:-90px 0 0; /* negative fixed header height */ } "; $parser = Parser::factory(); if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { $title = "tilde.chat~wiki"; $additional_head .= " "; include __DIR__.'/../header.php'; // render wiki index ?>

tilde.chat wiki

welcome to the tilde.chat wiki!

if you want to contribute, check out the source and open a PR!


pages:

parse(file_get_contents($page))->getYAML(); if (!$yaml["published"]) continue; ?> ">
parse(file_get_contents("pages/{$_GET["page"]}.md")); $yml = $pg->getYAML(); $title = $yml['title'] . " | tilde.chat~wiki"; $description = $yml['description'] ?? "tilde.chat wiki article {$yml['title']}"; $additional_head .= " "; include __DIR__.'/../header.php'; // show a single page ?> < ~wiki
getContent()?>
.md"> source