diff --git a/wiki.php b/wiki.php index 945d7b9..278256e 100644 --- a/wiki.php +++ b/wiki.php @@ -14,9 +14,20 @@ print " "; echo ( shell_exec("/usr/bin/pandoc includes/header.md") ); -print "
"; + +print "
+
+ + "; + echo ( shell_exec("/usr/bin/pandoc articles/$page.md") ); -print "
"; + +print "

+ "; + echo ( shell_exec("/usr/bin/pandoc includes/footer.md") ); print "