diff --git a/header.php b/header.php index e20259d..5b46fa7 100644 --- a/header.php +++ b/header.php @@ -7,7 +7,7 @@ - tilde.team + <?=$title ?? "tilde.team"?> @@ -20,7 +20,7 @@ - + diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 3e8ca0b..0000000 --- a/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "App", - "icons": [ - { - "src": "\/apple-touch-icon-precomposed.png", - "sizes": "192x192", - "type": "image\/png", - "density": "4.0" - } - ] -} diff --git a/wiki/index.php b/wiki/index.php index a740f60..10d932b 100644 --- a/wiki/index.php +++ b/wiki/index.php @@ -1,5 +1,9 @@ a.anchor { @@ -12,6 +16,7 @@ a.anchor { '; include __DIR__.'/../header.php'; + $parser = new Mni\FrontYAML\Parser();