From 5ece73cf0c5cfadf8c012977844d0708beb81c66 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 30 Jun 2019 02:22:37 +0000 Subject: [PATCH] Adding some styling, and enabling a sidebar --- wiki.php | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 "