"; $parser = wiki::factory(true); if (!isset($_GET["page"]) || !file_exists("pages/{$_GET['page']}.md")) { $title = "tilde.team~news"; $additional_head .= " "; include __DIR__.'/../header.php'; // render news index ?>

tilde.team news

welcome to the tilde.team news!

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

also available as a feed


updates:

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.team~news"; $description = $yml['description'] ?? "tilde.team news update {$yml['title']}"; $additional_head .= " "; include __DIR__.'/../header.php'; // show a single page ?> < ~news

- /">~


getContent()?>
.md"> source